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