* @since 100.0.2 */ class Rating extends \Magento\Backend\Block\Widget\Grid\Container { /** * @return void */ protected function _construct() { $this->_controller = 'adminhtml'; $this->_blockGroup = 'Magento_Review'; $this->_headerText = __('Manage Ratings'); $this->_addButtonLabel = __('Add New Rating'); parent::_construct(); } }