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