46 private $configImporterPool;
53 private $deploymentConfig;
61 $this->configImporterPool = $configImporterPool;
90 public function getConfig($sectionName =
null)
95 $sections = [$sectionName];
97 $sections = $this->configImporterPool->getSections();
100 foreach ($sections as $section) {
101 $result[$section] = $this->deploymentConfig->getConfigData($section);
__construct(ImporterPool $configImporterPool, DeploymentConfig $deploymentConfig)