コード例 #1
0
ファイル: _ide_helper.php プロジェクト: aguspett/cimo
 /**
  * Filter alerts based on the given areas.
  *
  * @param string|array $areas
  * @return self 
  * @static 
  */
 public static function whereArea($areas)
 {
     return \Cartalyst\Alerts\Alerts::whereArea($areas);
 }