Class we_app_Installer_Dummy

Description

dummy class for installation of webEdition applications (formerly known as "tools")

will be returned to the caller if no appropriate class for a specified source exista to avoid a php error like "PHP Fatal error: Call to a member function install() on a non-object" when using code like $myInstaller = new we_app_Installer($_SERVER["DOCUMENT_ROOT"]."/tmp/leer/"); $myInstaller->getInstance()->install();

Located in /app/Installer/Dummy.php (line 37)

we_app_Installer
   |
   --we_app_Installer_Dummy
Method Summary
we_app_Installer_Dummy __construct ([ $source = ""], [ $installer = ""])
void install ()
void uninstall ()
void update ()
void __call ([ $method = ""], [ $args = ""])
Variables
Methods
Constructor __construct (line 41)
  • access: public
we_app_Installer_Dummy __construct ([ $source = ""], [ $installer = ""])
  • $source
  • $installer

Redefinition of:
we_app_Installer::__construct()
constructor method for installer class returns the object instance of an appropriate class for specified application.
install (line 51)
  • access: public
void install ()

Redefinition of:
we_app_Installer::install()
install an application either from a local directory or from the update server
uninstall (line 61)
  • access: public
void uninstall ()

Redefinition of:
we_app_Installer::uninstall()
removes an application permanently
update (line 56)
  • access: public
void update ()

Redefinition of:
we_app_Installer::update()
__call (line 46)
  • access: public
void __call ([ $method = ""], [ $args = ""])
  • $method
  • $args

Inherited Methods

Inherited From we_app_Installer

we_app_Installer::__construct()
we_app_Installer::getInstance()
we_app_Installer::install()
we_app_Installer::uninstall()
we_app_Installer::update()
we_app_Installer::_executeHook()
we_app_Installer::_executeQueries()
we_app_Installer::_installFiles()
we_app_Installer::_postInstall()
we_app_Installer::_postUninstall()
we_app_Installer::_postUpdate()
we_app_Installer::_preInstall()
we_app_Installer::_prepareInstallationFiles()
we_app_Installer::_preUninstall()
we_app_Installer::_preUpdate()
we_app_Installer::_removeAppConfig()
we_app_Installer::_removeInstallationFiles()
we_app_Installer::_uninstallFiles()
we_app_Installer::_validateInstallationFiles()
we_app_Installer::__toString()

Documentation generated on Mon, 01 Sep 2008 11:35:37 +0200 by phpDocumentor 1.4.0