예제 #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;
 }