_scopeConfig = $scopeConfig; $this->_storeType = $scopeType; } /** * @inheritdoc */ public function isEnabled($moduleName) { return $this->isSetFlag(sprintf(self::XML_PATH_MODULE_OUTPUT_STATUS, $moduleName)); } /** * @inheritdoc */ public function isSetFlag($path) { return $this->_scopeConfig->isSetFlag($path, $this->_storeType); } }