コード例 #1
0
ファイル: _ide_helper.php プロジェクト: aguspett/cimo
 /**
  * Removes the given notifier.
  *
  * @param string $name
  * @return $this 
  * @static 
  */
 public static function removeNotifier($name)
 {
     return \Cartalyst\Alerts\Alerts::removeNotifier($name);
 }