예제 #1
0
파일: Edit.php 프로젝트: natxetee/magento2
 /**
  * Build child form class form name based on value of store_type in registry
  *
  * @return string
  */
 protected function _buildFormClassName()
 {
     return parent::_buildFormClassName() . '_' . ucwords(Mage::registry('store_type'));
 }