当前位置: 首页>>代码示例>>PHP>>正文


PHP Tabs::_construct方法代码示例

本文整理汇总了PHP中Magento\Backend\Block\Widget\Tabs::_construct方法的典型用法代码示例。如果您正苦于以下问题:PHP Tabs::_construct方法的具体用法?PHP Tabs::_construct怎么用?PHP Tabs::_construct使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在Magento\Backend\Block\Widget\Tabs的用法示例。


在下文中一共展示了Tabs::_construct方法的13个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: _construct

 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('storelocator_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Store Information'));
 }
开发者ID:emizentech,项目名称:magento2-storelocator,代码行数:10,代码来源:Tabs.php

示例2: _construct

 /**
  * Constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('lapisbard_storelocator_locations_edit_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Location'));
 }
开发者ID:amitshree,项目名称:magento2-store-locator,代码行数:12,代码来源:Tabs.php

示例3: _construct

 /**
  * Initialize integration edit page tabs
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('integration_edit_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Basic Settings'));
 }
开发者ID:shabbirvividads,项目名称:magento2,代码行数:12,代码来源:Tabs.php

示例4: _construct

 /**
  * Initialize Tabs
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('category_info_tabs');
     $this->setDestElementId('category_tab_content');
     $this->setTitle(__('Category Data'));
 }
开发者ID:pradeep-wagento,项目名称:magento2,代码行数:12,代码来源:Tabs.php

示例5: _construct

 protected function _construct()
 {
     parent::_construct();
     $this->setId('banners_edit_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Banner Information'));
 }
开发者ID:hientruongbluecom,项目名称:cemagento2,代码行数:7,代码来源:Tabs.php

示例6: _construct

 /**
  * Class constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('post_edit_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Category Information'));
 }
开发者ID:osmansorkar,项目名称:magento2-blog-module,代码行数:12,代码来源:Tabs.php

示例7: _construct

 /**
  * Initialize tab
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('billing_agreement_view_tabs');
     $this->setDestElementId('billing_agreement_view');
     $this->setTitle(__('Billing Agreement View'));
 }
开发者ID:kidaa30,项目名称:magento2-platformsh,代码行数:12,代码来源:Tabs.php

示例8: _construct

 /**
  * Initialize tab
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('theme_selector_tabs');
     $this->setDestElementId('theme_selector');
     $this->setIsHoriz(true);
 }
开发者ID:Atlis,项目名称:docker-magento2,代码行数:12,代码来源:Tabs.php

示例9: _construct

 /**
  * Initialize tabs and define tabs block settings
  *
  * @return void
  */
 public function _construct()
 {
     parent::_construct();
     $this->setId('theme_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Theme'));
 }
开发者ID:aiesh,项目名称:magento2,代码行数:12,代码来源:Tabs.php

示例10: _construct

 /**
  * Class constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $id = $this->getRequest()->getParam('id', false);
     // $this->setTemplate('lists/lists.phtml')->assign('alists', [1]);
     //$this->assign('alists', $this->getAlists())->assign('id', $id);
 }
开发者ID:pradeeprcs,项目名称:TestModule,代码行数:12,代码来源:Gridlists.php

示例11: _construct

 /**
  * Internal constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('widget_instace_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Widget'));
 }
开发者ID:pradeep-wagento,项目名称:magento2,代码行数:12,代码来源:Tabs.php

示例12: _construct

 /**
  * set form data
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('umc_base_module_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Module Creator'));
 }
开发者ID:artmouse,项目名称:Umc_Base,代码行数:12,代码来源:Tabs.php

示例13: _construct

 /**
  * Constructor.
  */
 public function _construct()
 {
     parent::_construct();
     $this->setId('ddg_rules_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Exclusion Rule'));
 }
开发者ID:dotmailer,项目名称:dotmailer-magento2-extension,代码行数:10,代码来源:Tabs.php


注:本文中的Magento\Backend\Block\Widget\Tabs::_construct方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。