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