Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Agreement.php
Go to the documentation of this file.
1 <?php
7 
11 class Agreement extends \Magento\Backend\Block\Widget\Grid\Container
12 {
16  protected function _construct()
17  {
18  $this->_controller = 'adminhtml_agreement';
19  $this->_blockGroup = 'Magento_CheckoutAgreements';
20  $this->_headerText = __('Terms and Conditions');
21  $this->_addButtonLabel = __('Add New Condition');
22  parent::_construct();
23  }
24 }
__()
Definition: __.php:13