Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Rule.php
Go to the documentation of this file.
1 <?php
13 
18 class Rule extends \Magento\Backend\Block\Widget\Grid\Container
19 {
23  protected function _construct()
24  {
25  $this->_controller = 'tax_rule';
26  $this->_headerText = __('Manage Tax Rules');
27  $this->_addButtonLabel = __('Add New Tax Rule');
28  parent::_construct();
29  }
30 }
__()
Definition: __.php:13