Public Member Functions | |
__construct () | |
render (Varien_Data_Form_Element_Abstract $element) | |
setElement (Varien_Data_Form_Element_Abstract $element) | |
getElement () | |
Protected Member Functions | |
_prepareLayout () |
Definition at line 34 of file Import.php.
__construct | ( | ) |
Constructor
By default is looking for first argument as array and assignes it as object attributes This behaviour may change in child classes
Reimplemented from Varien_Object.
Definition at line 36 of file Import.php.
_prepareLayout | ( | ) | [protected] |
Preparing global layout
You can redefine this method in child classes for changin layout
Reimplemented from Mage_Core_Block_Abstract.
Definition at line 58 of file Import.php.
getElement | ( | ) |
Reimplemented from Mage_Adminhtml_Block_Widget_Form_Renderer_Fieldset_Element.
Definition at line 53 of file Import.php.
render | ( | Varien_Data_Form_Element_Abstract $ | element | ) |
Reimplemented from Mage_Adminhtml_Block_Widget_Form_Renderer_Fieldset_Element.
Definition at line 41 of file Import.php.
00042 { 00043 $this->setElement($element); 00044 return $this->toHtml(); 00045 }
setElement | ( | Varien_Data_Form_Element_Abstract $ | element | ) |