예제 #1
0
파일: ResMan.php 프로젝트: DTForce/resman
 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);
     }
 }