30 private $componentDirSearch;
42 $this->iteratorFactory = $iteratorFactory;
43 $this->_moduleReader = $moduleReader;
44 $this->componentDirSearch = $componentDirSearch;
50 public function get($filename, $scope)
54 $iterator = $this->_moduleReader->getConfigurationFiles($filename);
58 $iterator = $this->iteratorFactory->create($themePaths);
61 $iterator = $this->iteratorFactory->create([]);