Exemplo n.º 1
0
 /**
  * Turn the Message system on and set the mode
  * 
  * @param Integer $mode
  */
 public static function setMode($mode = self::BROWSER)
 {
     self::$mode = $mode;
 }