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