Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Tabs.php
Go to the documentation of this file.
1 <?php
7 
12 class Tabs extends \Magento\Backend\Block\Widget\Tabs
13 {
20  protected function _construct()
21  {
22  parent::_construct();
23  $this->setId('integration_edit_tabs');
24  $this->setDestElementId('edit_form');
25  $this->setTitle(__('Basic Settings'));
26  }
27 }
__()
Definition: __.php:13