예제 #1
0
파일: Fieldset.php 프로젝트: quyip8818/Mag
 /**
  * Init fieldset object
  *
  * @param array $attributes
  */
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->_renderer = Mage_XmlConnect_Model_Simplexml_Form::getFieldsetRenderer();
     $this->setType('fieldset');
 }