API DOCS
DOCS & TUTORIALS »
API DOCS »
xajax_core »
xajaxPluginManager.inc.php »
xajaxPluginManager »
registerPlugin
Function: registerPlugin
function registerPlugin(&$objPlugin, $nPriority=1000)
Parameters:
objPlugin
(object) A reference to an instance of a plugin.
Note:
Below is a table for priorities and their description
0 thru 999
Plugins that are part of or extensions to the xajax core
1000 thru 8999
User created plugins, typically, these plugins don't care about order
9000 thru 9999
Plugins that generally need to be last or near the end of the plugin list
