Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Customer.php
Go to the documentation of this file.
1 <?php
7 
15 class Customer extends \Magento\Backend\Block\Widget\Grid\Container
16 {
20  protected function _construct()
21  {
22  $this->_blockGroup = 'Magento_Reports';
23  $this->_controller = 'adminhtml_review_customer';
24  $this->_headerText = __('Customers Reviews');
25  parent::_construct();
26  $this->buttonList->remove('add');
27  }
28 }
__()
Definition: __.php:13