Inheritance diagram for PluginHandler:
Public Member Functions | |
plugin ($args, &$request) | |
PluginHandler () | |
plugins ($args) | |
setBreadcrumbs ($subclass=false) |
Definition at line 19 of file PluginHandler.inc.php.
PluginHandler.plugin | ( | $ | args, | |
&$ | request | |||
) |
Perform plugin-specific management functions.
$args | array | |
$request | object |
Definition at line 77 of file PluginHandler.inc.php.
References plugins(), and ManagerHandler.setupTemplate().
PluginHandler.PluginHandler | ( | ) |
Constructor
Definition at line 23 of file PluginHandler.inc.php.
PluginHandler.plugins | ( | $ | args | ) |
Display a list of plugins along with management options.
Definition at line 29 of file PluginHandler.inc.php.
References Validation.isSiteAdmin(), setBreadcrumbs(), and ManagerHandler.setupTemplate().
Referenced by plugin(), and setBreadcrumbs().
PluginHandler.setBreadcrumbs | ( | $ | subclass = false |
) |
Set the page's breadcrumbs
$subclass | boolean |
Definition at line 101 of file PluginHandler.inc.php.
References plugins(), and Request.url().
Referenced by plugins().