Public Member Functions | |
getInstaller () | |
getWizard () | |
getCurrentStep () |
Definition at line 32 of file Abstract.php.
getCurrentStep | ( | ) |
Retrieve current installation step
Definition at line 59 of file Abstract.php.
00060 { 00061 return $this->getWizard()->getStepByRequest($this->getRequest()); 00062 }
getInstaller | ( | ) |
Retrieve installer model
Definition at line 39 of file Abstract.php.
00040 { 00041 return Mage::getSingleton('install/installer'); 00042 }
getWizard | ( | ) |
Retrieve wizard model
Definition at line 49 of file Abstract.php.
00050 { 00051 return Mage::getSingleton('install/wizard'); 00052 }