Exemplo n.º 1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('creatuity/megamenu/form/element.phtml');
 }
Exemplo n.º 2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('bl/customgrid/widget/grid/form/renderer/product/fieldset/element.phtml');
 }
Exemplo n.º 3
0
 /**
  * Class constructor
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setCanEditPrice(true);
     $this->setCanReadPrice(true);
 }