示例#1
0
 public function __construct($configPath = 'config/hydra')
 {
     parent::__construct();
     $this->configPath = $configPath;
     $this->configs = array();
     $this->loadConfigs();
 }