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