Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Rating.php
Go to the documentation of this file.
1 <?php
7 
15 class Rating extends \Magento\Backend\Block\Widget\Grid\Container
16 {
20  protected function _construct()
21  {
22  $this->_controller = 'adminhtml';
23  $this->_blockGroup = 'Magento_Review';
24  $this->_headerText = __('Manage Ratings');
25  $this->_addButtonLabel = __('Add New Rating');
26  parent::_construct();
27  }
28 }
__()
Definition: __.php:13