Public Member Functions | |
__construct ($attributes=array()) |
Definition at line 34 of file Radio.php.
__construct | ( | $ | attributes = array() |
) |
Enter description here...
array | $attributes |
Reimplemented from Varien_Data_Form_Element_Abstract.
Definition at line 36 of file Radio.php.
00037 { 00038 parent::__construct($attributes); 00039 $this->setType('radio'); 00040 $this->setExtType('radio'); 00041 }