ClassInterface IInstall

Description

Implement this interface to run an installation script once package has been installed.

Located in /share/System/IInstall.php (line 38)

IPlugin
   |
   --IInstall
Method Summary
 bool Install ()
Methods
Install (line 53)

Runs a script to complet installation

This may create database tables, configuration files etc. Remember to delete database tables upon removal, using IRemove.

  • return: True if installations script went okay, otherwise return false.
  • access: public
bool Install ()

Inherited Methods

Inherited From IPlugin

 IPlugin::GetPluginID()
 IPlugin::Register()

Documentation generated on Mon, 30 Apr 2007 01:59:13 +0200 by phpDocumentor 1.3.1