Mage_Install_Block_Abstract Class Reference

Inheritance diagram for Mage_Install_Block_Abstract:

Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object Mage_Install_Block_Admin Mage_Install_Block_Begin Mage_Install_Block_Config Mage_Install_Block_Download Mage_Install_Block_End Mage_Install_Block_Locale

List of all members.

Public Member Functions

 getInstaller ()
 getWizard ()
 getCurrentStep ()


Detailed Description

Abstract installation block

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

Definition at line 32 of file Abstract.php.


Member Function Documentation

getCurrentStep (  ) 

Retrieve current installation step

Returns:
Varien_Object

Definition at line 59 of file Abstract.php.

00060     {
00061         return $this->getWizard()->getStepByRequest($this->getRequest());
00062     }

getInstaller (  ) 

Retrieve installer model

Returns:
Mage_Install_Model_Installer

Definition at line 39 of file Abstract.php.

00040     {
00041         return Mage::getSingleton('install/installer');
00042     }

getWizard (  ) 

Retrieve wizard model

Returns:
Mage_Install_Model_Wizard

Definition at line 49 of file Abstract.php.

00050     {
00051         return Mage::getSingleton('install/wizard');
00052     }


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