Inheritance diagram for AnnouncementFeedPlugin:

Public Member Functions | |
| callbackAddLinks ($hookName, $args) | |
| callbackLoadCategory ($hookName, $args) | |
| getDescription () | |
| getDisplayName () | |
| getEnabled () | |
| getManagementVerbs () | |
| getName () | |
| manage ($verb, $args, &$message) | |
| register ($category, $path) | |
$Id$
Definition at line 19 of file AnnouncementFeedPlugin.inc.php.
| AnnouncementFeedPlugin.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 72 of file AnnouncementFeedPlugin.inc.php.
Referenced by register().
| AnnouncementFeedPlugin.getDescription | ( | ) |
Get the description of this plugin
Definition at line 52 of file AnnouncementFeedPlugin.inc.php.
| AnnouncementFeedPlugin.getDisplayName | ( | ) |
Get the display name of this plugin
Definition at line 44 of file AnnouncementFeedPlugin.inc.php.
| AnnouncementFeedPlugin.getEnabled | ( | ) |
Check whether or not this plugin is enabled
Definition at line 60 of file AnnouncementFeedPlugin.inc.php.
References Request.getConference(), and Plugin.getSetting().
Referenced by callbackAddLinks(), getManagementVerbs(), and register().
| AnnouncementFeedPlugin.getManagementVerbs | ( | ) |
Display verbs for the management interface.
Definition at line 117 of file AnnouncementFeedPlugin.inc.php.
References getEnabled().
| AnnouncementFeedPlugin.getName | ( | ) |
Get the symbolic name of this plugin
Definition at line 36 of file AnnouncementFeedPlugin.inc.php.
| AnnouncementFeedPlugin.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 20 of file AnnouncementFeedPlugin.inc.php.
References callbackAddLinks(), callbackLoadCategory(), and getEnabled().
1.4.7