コード例 #1
0
ファイル: Message.php プロジェクト: phpburn/phpburn
 /**
  * Turn the Message system on and set the mode
  * 
  * @param Integer $mode
  */
 public static function setMode($mode = self::BROWSER)
 {
     self::$mode = $mode;
 }