Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Index.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Rss\Controller;
7 
13 {
17  protected $_scopeConfig;
18 
23  public function __construct(
24  \Magento\Framework\App\Action\Context $context,
25  \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
26  ) {
27  $this->_scopeConfig = $scopeConfig;
28  parent::__construct($context);
29  }
30 }
__construct(\Magento\Framework\App\Action\Context $context, \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig)
Definition: Index.php:23