Pluggable class Implements methods that allow descendant classes to register functions to plugin hooks
Located in /system/classes/pluggable.php (line 11)
Pluggable constructor.
This function creates some internal structures that are required for plugin processing Plugins should not define their own constructors, because they are instantiated to extract plugin info. Instead, include a sink for a "init" hook which is executed immediately after the plugin is loaded during normal execution.
Gets a database schema associated with this pluggable
Gets the filename that contains this pluggable class
Get a fully-qualified URL directory that contains this pluggable class
Called when a pluggable is loaded to register its actions and filters.
Registers all of this pluggables action_ and filter_ functions with the Plugins dispatcher Registers xmlrpc_ functions with the Plugins dispatcher, and turns '__' into '.' for the purposes of matching dotted XMLRPC requests.
Load a translation domain/file for this pluggable
Returns a unique id for this pluggable
Documentation generated on Thu, 30 Oct 2008 20:31:22 +0100 by phpDocumentor 1.3.2