*/ class Mage_XmlConnect_Model_Simplexml_Form_Element_File extends Mage_XmlConnect_Model_Simplexml_Form_Element_Abstract { /** * Init text element * * @param array $attributes */ public function __construct($attributes = array()) { parent::__construct($attributes); $this->setType('file'); } }