Interface interface_installer

Description

Interface for all installers

Located in /system/interface_installer.php (line 15)


	
			
Method Summary
interface_installer __construct ()
void hasPostInstalls ()
void install ()
void postInstall ()
void update ()
Methods
Constructor __construct (line 21)

Constructor is needed to generate array containing infos

  • access: public
interface_installer __construct ()
getMinSystemVersion (line 35)

Returns the version of the system-module needed as a minimum

Return an empty string, if no min version is needed

  • access: public
void getMinSystemVersion ()
getNeededModules (line 28)

Returns an array of modules needed to install the current module

This way can be used to check the existance of other modules

  • access: public
void getNeededModules ()
hasPostInstalls (line 54)

Returns a boolean value

Indicates, if the module has post-install options or not

  • access: public
void hasPostInstalls ()
install (line 41)

Does the hard work: installs the module and registers needed constants

  • access: public
void install ()
postInstall (line 60)

Does the post-install tasks as creating page-elements

  • access: public
void postInstall ()
update (line 47)

Does the hard work: updates the module to the current version

  • access: public
void update ()

Documentation generated on Mon, 12 Apr 2010 21:22:21 +0200 by phpDocumentor 1.4.3