scopeConfig = $scopeConfig; } /** * {@inheritdoc} */ public function getPriority($storeId) { return (string)$this->scopeConfig->getValue( self::XML_PATH_PRIORITY, ScopeInterface::SCOPE_STORE, $storeId ); } /** * {@inheritdoc} */ public function getChangeFrequency($storeId) { return (string)$this->scopeConfig->getValue( self::XML_PATH_CHANGE_FREQUENCY, ScopeInterface::SCOPE_STORE, $storeId ); } }