Exemple #1
0
 /**
  * Load config by file
  *
  * @param string $filePath
  */
 public function load($filePath)
 {
     parent::load($filePath);
     $this->config = $this->parse(include_once $filePath);
 }