Mage_Install_Controller_Action Class Reference

Inheritance diagram for Mage_Install_Controller_Action:

Mage_Core_Controller_Varien_Action Mage_Install_IndexController Mage_Install_WizardController

List of all members.

Protected Member Functions

 _construct ()


Detailed Description

Definition at line 28 of file Action.php.


Member Function Documentation

_construct (  )  [protected]

Reimplemented from Mage_Core_Controller_Varien_Action.

Definition at line 30 of file Action.php.

00031     {
00032         parent::_construct();
00033         
00034         Mage::getDesign()->setArea('install')
00035             ->setPackageName('default')
00036             ->setTheme('default');
00037 
00038         $this->getLayout()->setArea('install');
00039         
00040         $this->setFlag('', self::FLAG_NO_CHECK_INSTALLATION, true);
00041     }


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