Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-rss
Controller
Index.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Rss\Controller
;
7
12
abstract
class
Index
extends
\Magento\Framework\App\Action\Action
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
}
Magento\Framework\App
Magento\Rss\Controller\Index\$_scopeConfig
$_scopeConfig
Definition:
Index.php:17
Magento
Context
Definition:
ClassesForConstructorIntegrity.php:33
Magento\Rss\Controller\Index\__construct
__construct(\Magento\Framework\App\Action\Context $context, \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig)
Definition:
Index.php:23
Magento\Rss\Controller
Magento\Framework\App\Action\Action
Definition:
Action.php:25
Magento\Rss\Controller\Index
Definition:
Index.php:12