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