Наследование: extends Nette\Object, implements Nette\DI\Config\IAdapter
Пример #1
0
 private function savePackageConfig()
 {
     $config = new PhpAdapter();
     file_put_contents($this->getPackageConfigPath(), $config->dump($this->packageConfig));
 }