예제 #1
0
파일: Info.php 프로젝트: nemphys/magento2
 public function _beforeToHtml()
 {
     $this->_initForm();
     return parent::_beforeToHtml();
 }
예제 #2
0
 /**
  *
  *
  * @return Mage_Backend_Block_Widget_Form|Mage_Core_Block_Abstract|void
  */
 protected function _beforeToHtml()
 {
     $this->initForm();
     return parent::_beforeToHtml();
 }