public function _construct()
 {
     parent::_construct();
     $this->setTemplate('bronto/verify/permissionchecker/index.phtml');
 }
Example #2
0
 /**
  * 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();
 }
Example #3
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate(self::TEMPLATE_PATH);
 }
Example #4
0
 /**
  * Instantiate a recurring payment profile to use it as a helper
  */
 protected function _construct()
 {
     $this->_profile = Mage::getSingleton('sales/recurring_profile');
     return parent::_construct();
 }
 protected function _construct()
 {
     parent::_construct();
     $this->_defaultValue = Mage::helper('customgrid')->__('<em>Updated</em>');
 }
 /**
  * @see parent
  */
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('bronto/news/item.phtml');
 }
Example #7
0
 protected function _construct()
 {
     $this->setTemplate('aw_hdu3/ticket/edit/container.phtml');
     parent::_construct();
 }
Example #8
0
 /**
  * Set custom template
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('billing/agreement/view/tab/info.phtml');
 }
 public function _construct()
 {
     $this->setData('template', 'payone/core/system/config/form/iframe.phtml');
     parent::_construct();
 }
Example #10
0
 /**
  * Internal constructor, that is called from real constructor
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('turnkeye/all/fields.phtml');
 }
Example #11
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('mzax/emarketing/widget/chart-tab.phtml');
 }
Example #12
0
 protected function _construct()
 {
     $this->setTemplate('cloudinary/system/config/signup.phtml');
     parent::_construct();
 }
Example #13
0
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('vbw_punchout/stashedit.phtml');
 }
Example #14
0
 /**
  * @see parent
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_helper = Mage::helper('bronto_reviews');
     $this->setId("post_{$this->getPostType()}_tab");
 }