示例#1
0
 /**
  * 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'));
 }