コード例 #1
0
ファイル: _ide_helper.php プロジェクト: aguspett/cimo
 /**
  * Returns the default notifier name.
  *
  * @return string 
  * @static 
  */
 public static function getDefaultNotifier()
 {
     return \Cartalyst\Alerts\Alerts::getDefaultNotifier();
 }