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