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