Overview

Packages

  • currencysymbol
  • MAbout
  • Mage
    • Admin
    • Adminhtml
    • AdminNotification
    • Api
    • Api2
    • Authorizenet
    • Backup
    • Bundle
    • Captcha
    • Catalog
    • CatalogIndex
    • CatalogInventory
    • CatalogRule
    • CatalogSearch
    • Centinel
    • Checkout
    • Cms
    • Compiler
    • Connect
    • Contacts
    • Core
    • Cron
    • CurrencySymbol
    • Customer
    • Dataflow
    • Directory
    • DirtectPost
    • Downloadable
    • Eav
    • GiftMessage
    • GoogleAnalytics
    • GoogleBase
    • GoogleCheckout
    • ImportExport
    • Index
    • Install
    • Log
    • Media
    • Newsletter
    • Oauth
    • Page
    • PageCache
    • Paygate
    • Payment
    • Paypal
    • PaypalUk
    • Persistent
    • Poll
    • ProductAlert
    • Rating
    • Reports
    • Review
    • Rss
    • Rule
    • Sales
    • SalesRule
    • Sedfriend
    • Sendfriend
    • Shipping
    • Sitemap
    • Tag
    • Tax
    • Usa
    • Weee
    • Widget
    • Wishlist
    • XmlConnect
  • None
  • Phoenix
    • Moneybookers
  • PHP
  • Zend
    • Date
    • Mime
    • XmlRpc

Classes

  • Mage_Install_Block_Abstract
  • Mage_Install_Block_Admin
  • Mage_Install_Block_Begin
  • Mage_Install_Block_Config
  • Mage_Install_Block_Db_Main
  • Mage_Install_Block_Db_Type
  • Mage_Install_Block_Db_Type_Mysql4
  • Mage_Install_Block_Download
  • Mage_Install_Block_End
  • Mage_Install_Block_Locale
  • Mage_Install_Block_State
  • Mage_Install_Controller_Action
  • Mage_Install_Helper_Data
  • Mage_Install_IndexController
  • Mage_Install_Model_Config
  • Mage_Install_Model_Installer
  • Mage_Install_Model_Installer_Abstract
  • Mage_Install_Model_Installer_Config
  • Mage_Install_Model_Installer_Console
  • Mage_Install_Model_Installer_Data
  • Mage_Install_Model_Installer_Db
  • Mage_Install_Model_Installer_Db_Abstract
  • Mage_Install_Model_Installer_Db_Mysql4
  • Mage_Install_Model_Installer_Env
  • Mage_Install_Model_Installer_Filesystem
  • Mage_Install_Model_Installer_Pear
  • Mage_Install_Model_Observer
  • Mage_Install_Model_Session
  • Mage_Install_Model_Wizard
  • Mage_Install_WizardController
  • Overview
  • Package
  • Class
  • Tree

Class Mage_Install_Model_Installer

Installer model

Varien_Object
Extended by Mage_Install_Model_Installer
Package: Mage\Install
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Install/Model/Installer.php
Methods summary
public boolean
# isApplicationInstalled( )

Checking install status of application

Checking install status of application

Returns

boolean
public Varien_Object
# getDataModel( )

Get data model

Get data model

Returns

Varien_Object
public Mage_Install_Model_Installer
# setDataModel( Varien_Object $model )

Set data model to store data between installation steps

Set data model to store data between installation steps

Parameters

$model
Varien_Object
$model

Returns

Mage_Install_Model_Installer
public boolean
# checkDownloads( )

Check packages (pear) downloads

Check packages (pear) downloads

Returns

boolean
public boolean
# checkServer( )

Check server settings

Check server settings

Returns

boolean
public unknown
# getServerCheckStatus( )

Retrieve server checking result status

Retrieve server checking result status

Returns

unknown
public Mage_Install_Model_Installer
# installConfig( array $data )

Installation config data

Installation config data

Parameters

$data
array
$data

Returns

Mage_Install_Model_Installer
public Mage_Install_Model_Installer
# installDb( )

Database installation

Database installation

Returns

Mage_Install_Model_Installer
public mixed
# validateAndPrepareAdministrator( array $data )

Prepare admin user data in model and validate it. Returns TRUE or array of error messages.

Prepare admin user data in model and validate it. Returns TRUE or array of error messages.

Parameters

$data
array
$data

Returns

mixed
public boolean
# createAdministrator( mixed $data )

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

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

Parameters

$data
mixed
$data

Returns

boolean
public unknown_type
# validateEncryptionKey( mixed $key )

Validating encryption key. Returns TRUE or array of error messages.

Validating encryption key. Returns TRUE or array of error messages.

Parameters

$key
mixed
$key

Returns

unknown_type
public Mage_Install_Model_Installer
# installEnryptionKey( string $key )

Set encryption key

Set encryption key

Parameters

$key
string
$key

Returns

Mage_Install_Model_Installer
public
# finish( )
Constants summary
string INSTALLER_HOST_RESPONSE 'MAGENTO'
#

Installer host response used to check urls

Installer host response used to check urls

Properties summary
protected Varien_Object $_dataModel
#

Installer data model used to store data between installation steps

Installer data model used to store data between installation steps

Magento 1.7.0.2 API documentation generated by ApiGen 2.8.0