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

Class: MantisWikiPlugin

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

Class Overview

MantisPlugin
   |
   --MantisWikiPlugin

Base class that implements the skeleton for a wiki plugin.


Author(s):

Methods


Child classes:

MantisCoreWikiPlugin
Base that uses the old style wiki definitions from config_inc.php

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 32]
Base class that implements the skeleton for a wiki plugin.



Tags:

abstract:  


[ Top ]


Class Methods


method hooks [line 34]

void hooks( )



Overrides MantisPlugin::hooks() (parent method not documented)

[ Top ]

method link_bug [line 46]

void link_bug( $p_event, $p_bug_id)



Tags:

abstract:  


Overridden in child classes as:

MantisCoreDokuwikiPlugin::link_bug()
MantisCoreMediaWikiPlugin::link_bug()
MantisCoreTwikiPlugin::link_bug()
MantisCoreWikkaWikiPlugin::link_bug()
MantisCoreXwikiPlugin::link_bug()

Parameters:

   $p_event  
   $p_bug_id  

[ Top ]

method link_project [line 47]

void link_project( $p_event, $p_project_id)



Tags:

abstract:  


Overridden in child classes as:

MantisCoreDokuwikiPlugin::link_project()
MantisCoreMediaWikiPlugin::link_project()
MantisCoreTwikiPlugin::link_project()
MantisCoreWikkaWikiPlugin::link_project()
MantisCoreXwikiPlugin::link_project()

Parameters:

   $p_event  
   $p_project_id  

[ Top ]

method wiki_init [line 42]

void wiki_init( )



[ Top ]


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