Exemplo n.º 1
0
 public function updateGeneratedResources()
 {
     foreach ($this->constants as $value) {
         $this->constantGenerator->generateFromNeonFile($this->configuration->getDir() . DIRECTORY_SEPARATOR . $value);
     }
     foreach ($this->values as $value) {
         $this->valueGenerator->generateFromNeonFile($this->configuration->getDir() . DIRECTORY_SEPARATOR . $value);
     }
 }