예제 #1
0
 /**
  * set the path
  *
  * @access public
  * @static
  * @param  string $path
  * @return void
  */
 public static function setPath($path)
 {
     self::$_path = $path;
 }