コード例 #1
0
 /**
  * @inheritdoc
  */
 public function getConfig()
 {
     if (!$this->isExist()) {
         file_put_contents($this->path, '<?php return ' . var_export($this->providers->getConfig(), true) . ';' . "\n");
     }
     return require_once $this->path;
 }