Public Member Functions | |
__construct () | |
getMaintainerRoles () |
Definition at line 34 of file Package.php.
__construct | ( | ) |
Class constructor
Reimplemented from Mage_Adminhtml_Block_Widget_Form.
Definition at line 38 of file Package.php.
00039 { 00040 parent::__construct(); 00041 $this->setTemplate('extensions/local/package.phtml'); 00042 }
getMaintainerRoles | ( | ) |
Definition at line 44 of file Package.php.
00045 { 00046 return Mage::getModel('adminhtml/extension')->getMaintainerRoles(); 00047 }