Mage_Install_IndexController Class Reference

Inheritance diagram for Mage_Install_IndexController:

Mage_Install_Controller_Action Mage_Core_Controller_Varien_Action

List of all members.

Public Member Functions

 preDispatch ()
 indexAction ()


Detailed Description

Definition at line 35 of file IndexController.php.


Member Function Documentation

indexAction (  ) 

Definition at line 44 of file IndexController.php.

00045     {
00046         $this->_forward('begin', 'wizard', 'install');
00047     }

preDispatch (  ) 

Dispatches event before action

Reimplemented from Mage_Core_Controller_Varien_Action.

Definition at line 38 of file IndexController.php.

00039     {
00040         $this->setFlag('', self::FLAG_NO_CHECK_INSTALLATION, true);
00041         return parent::preDispatch();
00042     }


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

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