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