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);
 }