Esempio n. 1
0
 /**
  * Set template in constructor method
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('standard/success.phtml');
 }
Esempio n. 2
0
 /**
  * Constructor
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('custom_ticket/success.phtml');
 }