
Public Member Functions | |
| callbackLoadCategory ($hookName, $args) | |
| getDescription () | |
| getDisplayName () | |
| getEnabled () | |
| getManagementVerbs () | |
| getName () | |
| manage ($verb, $args) | |
| register ($category, $path) | |
Definition at line 20 of file ThesisFeedPlugin.inc.php.
| ThesisFeedPlugin.callbackLoadCategory | ( | $ | hookName, | |
| $ | args | |||
| ) |
Register as a block and gateway plugin, even though this is a generic plugin. This will allow the plugin to behave as a block and gateway plugin
| $hookName | string | |
| $args | array |
Definition at line 73 of file ThesisFeedPlugin.inc.php.
| ThesisFeedPlugin.getDescription | ( | ) |
Get the description of this plugin
Reimplemented from Plugin.
Definition at line 53 of file ThesisFeedPlugin.inc.php.
References Locale.translate().
| ThesisFeedPlugin.getDisplayName | ( | ) |
Get the display name of this plugin
Reimplemented from Plugin.
Definition at line 45 of file ThesisFeedPlugin.inc.php.
References Locale.translate().
| ThesisFeedPlugin.getEnabled | ( | ) |
Check whether or not this plugin is enabled
Definition at line 61 of file ThesisFeedPlugin.inc.php.
References Request.getJournal().
Referenced by getManagementVerbs(), and register().
| ThesisFeedPlugin.getManagementVerbs | ( | ) |
Display verbs for the management interface.
Reimplemented from Plugin.
Definition at line 121 of file ThesisFeedPlugin.inc.php.
References getEnabled(), and Locale.translate().
| ThesisFeedPlugin.getName | ( | ) |
Get the symbolic name of this plugin
Reimplemented from Plugin.
Definition at line 37 of file ThesisFeedPlugin.inc.php.
| ThesisFeedPlugin.manage | ( | $ | verb, | |
| $ | args | |||
| ) |
Perform management functions
Reimplemented from Plugin.
Definition at line 144 of file ThesisFeedPlugin.inc.php.
References Request.getJournal(), TemplateManager.getManager(), Request.getUserVar(), Request.redirect(), and Plugin.updateSetting().
| ThesisFeedPlugin.register | ( | $ | category, | |
| $ | path | |||
| ) |
Called as a plugin is registered to the registry. Subclasses over- riding this method should call the parent method first.
| $category | String Name of category plugin was registered to | |
| $path | String The path the plugin was found in |
Reimplemented from Plugin.
Definition at line 21 of file ThesisFeedPlugin.inc.php.
References Plugin.addLocaleData(), getEnabled(), and HookRegistry.register().
1.5.6