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-reports
Controller
Adminhtml
Index.php
Go to the documentation of this file.
1
<?php
12
namespace
Magento\Reports\Controller\Adminhtml
;
13
18
abstract
class
Index
extends
\Magento\Backend\App\Action
19
{
25
const
ADMIN_RESOURCE
=
'Magento_Reports::report'
;
26
30
protected
$_fileFactory
;
31
36
public
function
__construct
(
37
\
Magento
\Backend\
App
\Action\
Context
$context,
38
\
Magento
\Framework\
App
\
Response
\Http\FileFactory $fileFactory
39
) {
40
$this->_fileFactory = $fileFactory;
41
parent::__construct($context);
42
}
43
}
Magento\Framework\App\Response\Http
Definition:
FileFactory.php:7
Magento\Framework\App
Magento\Reports\Controller\Adminhtml\Index\ADMIN_RESOURCE
const ADMIN_RESOURCE
Definition:
Index.php:25
Magento\Reports\Controller\Adminhtml\Index\__construct
__construct(\Magento\Backend\App\Action\Context $context, \Magento\Framework\App\Response\Http\FileFactory $fileFactory)
Definition:
Index.php:36
Magento\Reports\Controller\Adminhtml\Index
Definition:
Index.php:18
Magento\Reports\Controller\Adminhtml\Index\$_fileFactory
$_fileFactory
Definition:
Index.php:30
Magento\Backend\App\Action
Definition:
Action.php:17
Magento\Reports\Controller\Adminhtml
Magento
Context
Definition:
ClassesForConstructorIntegrity.php:33