Mage_Install_Block_Admin Class Reference

Inheritance diagram for Mage_Install_Block_Admin:

Mage_Install_Block_Abstract Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Public Member Functions

 __construct ()
 getPostUrl ()
 getFormData ()


Detailed Description

Administrator account install block

Author:
Magento Core Team <core@magentocommerce.com>

Definition at line 32 of file Admin.php.


Constructor & Destructor Documentation

__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 34 of file Admin.php.

00035     {
00036         parent::__construct();
00037         $this->setTemplate('install/create_admin.phtml');
00038     }


Member Function Documentation

getFormData (  ) 

Definition at line 45 of file Admin.php.

00046     {
00047         $data = $this->getData('form_data');
00048         if (is_null($data)) {
00049             $data = new Varien_Object(Mage::getSingleton('install/session')->getAdminData(true));
00050             $this->setData('form_data', $data);
00051         }
00052         return $data;
00053     }

getPostUrl (  ) 

Definition at line 40 of file Admin.php.

00041     {
00042         return $this->getUrl('*/*/administratorPost');
00043     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:18 2009 for Magento by  doxygen 1.5.8