コード例 #1
0
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('bronto/verify/permissionchecker/index.phtml');
 }
コード例 #2
0
ファイル: Form.php プロジェクト: relue/magento2
 /**
  * Instantiate a recurring payment profile to use it as a helper
  */
 protected function _construct()
 {
     $this->_profile = Mage::getSingleton('Mage_Sales_Model_Recurring_Profile');
     return parent::_construct();
 }
コード例 #3
0
ファイル: Render.php プロジェクト: protechhelp/gamamba
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate(self::TEMPLATE_PATH);
 }
コード例 #4
0
ファイル: Form.php プロジェクト: hientruong90/ee_14_installer
 /**
  * Instantiate a recurring payment profile to use it as a helper
  */
 protected function _construct()
 {
     $this->_profile = Mage::getSingleton('sales/recurring_profile');
     return parent::_construct();
 }
コード例 #5
0
 protected function _construct()
 {
     parent::_construct();
     $this->_defaultValue = Mage::helper('customgrid')->__('<em>Updated</em>');
 }
コード例 #6
0
 /**
  * @see parent
  */
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('bronto/news/item.phtml');
 }
コード例 #7
0
ファイル: Form.php プロジェクト: protechhelp/gamamba
 protected function _construct()
 {
     $this->setTemplate('aw_hdu3/ticket/edit/container.phtml');
     parent::_construct();
 }
コード例 #8
0
ファイル: Info.php プロジェクト: nemphys/magento2
 /**
  * Set custom template
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('billing/agreement/view/tab/info.phtml');
 }
コード例 #9
0
 public function _construct()
 {
     $this->setData('template', 'payone/core/system/config/form/iframe.phtml');
     parent::_construct();
 }
コード例 #10
0
ファイル: Fields.php プロジェクト: stan0206/mage181
 /**
  * Internal constructor, that is called from real constructor
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('turnkeye/all/fields.phtml');
 }
コード例 #11
0
ファイル: Tab.php プロジェクト: jsiefer/emarketing
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('mzax/emarketing/widget/chart-tab.phtml');
 }
コード例 #12
0
 protected function _construct()
 {
     $this->setTemplate('cloudinary/system/config/signup.phtml');
     parent::_construct();
 }
コード例 #13
0
ファイル: Edit.php プロジェクト: Eximagen/pfizer
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('vbw_punchout/stashedit.phtml');
 }
コード例 #14
0
ファイル: Abstract.php プロジェクト: bevello/bevello
 /**
  * @see parent
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_helper = Mage::helper('bronto_reviews');
     $this->setId("post_{$this->getPostType()}_tab");
 }