getNotifyMessage() защищенный статический Метод

从配置文件获取提示信息
protected static getNotifyMessage ( string $name ) : string
$name string
Результат string
 /**
  * get notify message
  *
  * @param $name
  * @return null 
  * @static 
  */
 public static function getNotifyMessage($name)
 {
     return \Toplan\Sms\SmsManager::getNotifyMessage($name);
 }