Пример #1
0
 /**
  * @return array
  */
 function build()
 {
     $config = [];
     foreach ($this->fileSystem->glob($this->mask) as $filePath) {
         $config = array_merge($config, $this->fileSystem->includeFile($filePath));
     }
     return $config;
 }
Пример #2
0
 function getConfiguration()
 {
     return $this->filesystem->includeFile($this->fileName);
 }