Example #1
0
 /**
  * Set www root
  * @param string $root
  */
 public static function setRoot($root)
 {
     self::$_wwwRoot = $root;
 }