當前位置: 首頁>>代碼示例>>PHP>>正文


PHP Mage_Adminhtml_Block_Widget_Grid_Container::_construct方法代碼示例

本文整理匯總了PHP中Mage_Adminhtml_Block_Widget_Grid_Container::_construct方法的典型用法代碼示例。如果您正苦於以下問題:PHP Mage_Adminhtml_Block_Widget_Grid_Container::_construct方法的具體用法?PHP Mage_Adminhtml_Block_Widget_Grid_Container::_construct怎麽用?PHP Mage_Adminhtml_Block_Widget_Grid_Container::_construct使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在Mage_Adminhtml_Block_Widget_Grid_Container的用法示例。


在下文中一共展示了Mage_Adminhtml_Block_Widget_Grid_Container::_construct方法的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1: _construct

 protected function _construct()
 {
     $this->_controller = 'tax_rule';
     $this->_headerText = Mage::helper('Mage_Tax_Helper_Data')->__('Manage Tax Rules');
     $this->_addButtonLabel = Mage::helper('Mage_Tax_Helper_Data')->__('Add New Tax Rule');
     parent::_construct();
 }
開發者ID:natxetee,項目名稱:magento2,代碼行數:7,代碼來源:Rule.php

示例2: _construct

 /**
  * Initialize Grid Container
  *
  */
 protected function _construct()
 {
     $this->_controller = 'report_search';
     $this->_headerText = Mage::helper('Mage_Reports_Helper_Data')->__('Search Terms');
     parent::_construct();
     $this->_removeButton('add');
 }
開發者ID:natxetee,項目名稱:magento2,代碼行數:11,代碼來源:Search.php

示例3: _construct

 public function _construct()
 {
     $this->_blockGroup = 'manager';
     $this->_controller = 'adminhtml_postcode';
     $this->_headerText = Mage::helper('manager')->__('Post Code Manage');
     parent::_construct();
 }
開發者ID:kiutisuperking,項目名稱:eatsmartboxdev,代碼行數:7,代碼來源:Postcode.php

示例4: _construct

 /**
  * Block constructor
  */
 protected function _construct()
 {
     $this->_controller = 'sitemap';
     $this->_headerText = Mage::helper('Mage_Sitemap_Helper_Data')->__('XML Sitemap');
     $this->_addButtonLabel = Mage::helper('Mage_Sitemap_Helper_Data')->__('Add Sitemap');
     parent::_construct();
 }
開發者ID:natxetee,項目名稱:magento2,代碼行數:10,代碼來源:Sitemap.php

示例5: _construct

 public function _construct()
 {
     $this->_controller = 'log';
     $this->_blockGroup = 'wsalogger_adminhtml';
     $this->_headerText = Mage::helper('wsalogger')->__('WebShopApps Log');
     parent::_construct();
 }
開發者ID:guohuadeng,項目名稱:stampApp,代碼行數:7,代碼來源:Log.php

示例6: _construct

 protected function _construct()
 {
     parent::_construct();
     $this->_blockGroup = 'alaa_facebookconnect_admin';
     $this->_controller = 'user';
     $this->_headerText = $this->getAlaaFacebookConnectHelper()->__('Facebook Users');
 }
開發者ID:alaa-almaliki,項目名稱:facebookconnect,代碼行數:7,代碼來源:User.php

示例7: _construct

 protected function _construct()
 {
     parent::_construct();
     $this->_blockGroup = 'jorgemurta_branddirectory_adminhtml';
     $this->_controller = 'brand';
     $this->_headerText = Mage::helper('jorgemurta_branddirectory')->__('Brand Directory');
 }
開發者ID:jorgemurta,項目名稱:magento-brand-directory,代碼行數:7,代碼來源:Brand.php

示例8: _construct

 /**
  * Block constructor
  */
 protected function _construct()
 {
     $this->_controller = 'system_variable';
     $this->_headerText = Mage::helper('Mage_Adminhtml_Helper_Data')->__('Custom Variables');
     parent::_construct();
     $this->_updateButton('add', 'label', Mage::helper('Mage_Adminhtml_Helper_Data')->__('Add New Variable'));
 }
開發者ID:natxetee,項目名稱:magento2,代碼行數:10,代碼來源:Variable.php

示例9: _construct

 protected function _construct()
 {
     $this->_controller = 'report_review_customer';
     $this->_headerText = Mage::helper('Mage_Reports_Helper_Data')->__('Customers Reviews');
     parent::_construct();
     $this->_removeButton('add');
 }
開發者ID:natxetee,項目名稱:magento2,代碼行數:7,代碼來源:Customer.php

示例10: _construct

 public function _construct()
 {
     parent::_construct();
     $this->_blockGroup = 'bluecom_branddirectory_adminhtml';
     $this->_controller = 'brand';
     $this->_headerText = Mage::helper('bluecom_branddirectory')->__('Brand Directory');
 }
開發者ID:bele90,項目名稱:magento-test2,代碼行數:7,代碼來源:Brand.php

示例11: _construct

 protected function _construct()
 {
     $this->_blockGroup = 'gorilla_queue';
     $this->_controller = 'adminhtml_queue';
     $this->_headerText = $this->__('List Queue Items');
     parent::_construct();
 }
開發者ID:ankita-parashar,項目名稱:magento,代碼行數:7,代碼來源:Gorilla_Queue_Block_Adminhtml_Queue.php

示例12: _construct

 protected function _construct()
 {
     parent::_construct();
     $this->_blockGroup = 'freelunchlabs_mailgun';
     $this->_controller = 'adminhtml_global';
     $this->_headerText = false;
 }
開發者ID:reidblomquist,項目名稱:mailgun_magento,代碼行數:7,代碼來源:Container.php

示例13: _construct

 protected function _construct()
 {
     $this->_controller = 'report_sales_shipping';
     $this->_headerText = Mage::helper('Mage_Reports_Helper_Data')->__('Total Shipped Report');
     parent::_construct();
     $this->_removeButton('add');
     $this->addButton('filter_form_submit', array('label' => Mage::helper('Mage_Reports_Helper_Data')->__('Show Report'), 'onclick' => 'filterFormSubmit()'));
 }
開發者ID:natxetee,項目名稱:magento2,代碼行數:8,代碼來源:Shipping.php

示例14: _construct

 /**
  * Initialize RMA management page
  *
  * @return void
  */
 public function _construct()
 {
     $this->_controller = 'adminhtml_rma';
     $this->_blockGroup = 'enterprise_rma';
     $this->_headerText = Mage::helper('enterprise_rma')->__('Manage RMA');
     $this->_addButtonLabel = Mage::helper('enterprise_rma')->__('New RMA Request');
     parent::_construct();
 }
開發者ID:hientruong90,項目名稱:ee_14_installer,代碼行數:13,代碼來源:Rma.php

示例15: _construct

 /**
  * Initialize gift wrapping management page
  *
  * @return void
  */
 public function _construct()
 {
     $this->_controller = 'adminhtml_giftwrapping';
     $this->_blockGroup = 'enterprise_giftwrapping';
     $this->_headerText = Mage::helper('enterprise_giftwrapping')->__('Manage Gift Wrapping');
     $this->_addButtonLabel = Mage::helper('enterprise_giftwrapping')->__('Add Gift Wrapping');
     parent::_construct();
 }
開發者ID:hazaeluz,項目名稱:magento_connect,代碼行數:13,代碼來源:Giftwrapping.php


注:本文中的Mage_Adminhtml_Block_Widget_Grid_Container::_construct方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。