Class Mage_Install_Model_Installer

Description

Installer model

Located in /Install/Model/Installer.php (line 35)

Varien_Object
   |
   --Mage_Install_Model_Installer
Class Constant Summary
Variable Summary
Varien_Object $_dataModel
Method Summary
Variables
Varien_Object $_dataModel (line 49)

Installer data model used to store data between installation steps

  • access: protected
Methods
checkDownloads (line 91)

Check packages (pear) downloads

  • access: public
boolean checkDownloads ()
checkServer (line 108)

Check server settings

  • access: public
bool checkServer ()
createAdministrator (line 245)

Create admin user.

Paramater can be prepared user model or array of data. Returns TRUE or throws exception.

  • access: public
bool createAdministrator (mixed $data)
  • mixed $data
finish (line 317)
  • access: public
void finish ()
getDataModel (line 66)

Get data model

  • access: public
Varien_Object getDataModel ()
getServerCheckStatus (line 127)

Retrieve server checking result status

  • access: public
unknown getServerCheckStatus ()
installConfig (line 142)

Installation config data

  • access: public
Mage_Install_Model_Installer installConfig (array $data)
  • array $data
installDb (line 157)

Database installation

  • access: public
installEnryptionKey (line 308)

Set encryption key

  • access: public
Mage_Install_Model_Installer installEnryptionKey (string $key)
  • string $key
isApplicationInstalled (line 56)

Checking install status of application

  • access: public
bool isApplicationInstalled ()
setDataModel (line 80)

Set data model to store data between installation steps

  • access: public
Mage_Install_Model_Installer setDataModel ( $model)
  • Varien_Object $model
validateAndPrepareAdministrator (line 221)

Prepare admin user data in model and validate it.

Returns TRUE or array of error messages.

  • access: public
mixed validateAndPrepareAdministrator (array $data)
  • array $data
validateEncryptionKey (line 282)

Validating encryption key.

Returns TRUE or array of error messages.

  • access: public
unknown_type validateEncryptionKey ($key $key)
  • $key $key
Class Constants
INSTALLER_HOST_RESPONSE = 'MAGENTO' (line 42)

Installer host response used to check urls

Documentation generated on Fri, 11 Feb 2011 17:06:47 +0200 by phpDocumentor 1.4.3