33 $this->_fileFactory = $fileFactory;
34 parent::__construct($context);
44 $this->_view->loadLayout();
57 switch ($this->
getRequest()->getActionName()) {
59 return $this->_authorization->isAllowed(
'Magento_Reports::review_customer');
62 return $this->_authorization->isAllowed(
'Magento_Reports::review_product');
65 return $this->_authorization->isAllowed(
'Magento_Reports::review');
_addBreadcrumb($label, $title, $link=null)
__construct(\Magento\Backend\App\Action\Context $context, \Magento\Framework\App\Response\Http\FileFactory $fileFactory)