Class templateInstaller

Description

class for installing a templates or upgrading it.

base actions are:

update: checks module version from install.inc perform any needed updates e.g. from version 1.04 to 1.07

If more upgrades exist. Upgrade all one after one.

Located in /lib/moduleInstaller.php (line 847)


	
			
Variable Summary
array $installInfo
Method Summary
templateInstaller __construct ([string $template = null])
void setInstallInfo (string $template)
Variables
array $installInfo (line 854)
  • var: holding array of info for the install this is loaded from install.inc file and will read the $_INSTALL var
  • access: public
Methods
Constructor __construct (line 862)

constructor which will take the template to install, upgrade or delete as param

templateInstaller __construct ([string $template = null])
  • string $template: name of template to do operations on
setInstallInfo (line 872)
  • access: public
void setInstallInfo (string $template)
  • string $template: module_name to get install info about

Documentation generated on Fri, 17 Dec 2010 17:56:36 +0100 by phpDocumentor 1.4.3