Exemplo n.º 1
0
 /**
  * Set config files path
  * @param string $path
  * @return void
  */
 public static function setConfigPath($path)
 {
     self::$_configPath = $path;
 }