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