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