MantisBT
[ class tree: MantisBT ] [ index: MantisBT ] [ all elements ]

Class: MantisCorePlugin

Source Location: /core/classes/MantisPlugin.class.php

Class Overview

MantisPlugin
   |
   --MantisCorePlugin

MantisBT Core Plugin Used to give other plugins a permanent core plugin to 'require' for compatibility.


Methods


Inherited Variables

Inherited Methods

Class: MantisPlugin

MantisPlugin::__construct()
MantisPlugin::config()
return an array of default configuration name/value pairs
MantisPlugin::errors()
MantisPlugin::events()
MantisPlugin::hooks()
MantisPlugin::init()
this function allows your plugin to set itself up, include any necessary API's, declare or hook events, etc.
MantisPlugin::install()
MantisPlugin::register()
this function registers your plugin - must set at least name and version
MantisPlugin::schema()
MantisPlugin::uninstall()
This callback is executed after the normal uninstallation process, and should
MantisPlugin::upgrade()
This callback is executed after the normal schema upgrade process has executed.
MantisPlugin::__init()

Class Details

[line 153]
MantisBT Core Plugin Used to give other plugins a permanent core plugin to 'require' for compatibility.

Can/should not be used as a base class.




[ Top ]


Class Methods


method register [line 154]

void register( )



Overrides MantisPlugin::register() (this function registers your plugin - must set at least name and version)

[ Top ]


Documentation generated on Sun, 12 Dec 2010 23:50:42 +0900 by phpDocumentor 1.4.3
inserted by FC2 system