Handle requests for plugin management functions. More...
Public Member Functions | |
| plugin ($args, &$request) | |
| PluginHandler () | |
| plugins ($args) | |
| setBreadcrumbs ($subclass=false) | |
Handle requests for plugin management functions.
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 ManagerHandler.setupTemplate().
| PluginHandler.PluginHandler | ( | ) |
Constructor
Definition at line 23 of file PluginHandler.inc.php.
References ManagerHandler.ManagerHandler().
| 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().
| PluginHandler.setBreadcrumbs | ( | $ | subclass = false |
) |
Set the page's breadcrumbs
| $subclass | boolean |
Definition at line 101 of file PluginHandler.inc.php.
References Request.url().
Referenced by plugins().
1.7.1