示例#1
0
文件: Config.php 项目: vgrish/dvelum
 /**
  * Set config files path
  * @param string $path
  * @return void
  */
 public static function setConfigPath($path)
 {
     self::$_configPath = $path;
 }