Inheritance diagram for NotificationBlockPlugin:

Public Member Functions | |
| getContents (&$templateMgr) | |
| getDescription () | |
| getDisplayName () | |
| getEnabled () | |
| getInstallSitePluginSettingsFile () | |
| getName () | |
| getNewConferencePluginSettingsFile () | |
| getSupportedContexts () | |
| register ($category, $path) | |
Definition at line 20 of file NotificationBlockPlugin.inc.php.
| NotificationBlockPlugin.getContents | ( | &$ | templateMgr | ) |
Get the HTML contents for this block.
| $templateMgr | object |
Reimplemented from BlockPlugin.
Definition at line 87 of file NotificationBlockPlugin.inc.php.
References Request.getConference().
| NotificationBlockPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from BlockPlugin.
Definition at line 82 of file NotificationBlockPlugin.inc.php.
| NotificationBlockPlugin.getDisplayName | ( | ) |
Get the display name of this plugin.
Reimplemented from BlockPlugin.
Definition at line 75 of file NotificationBlockPlugin.inc.php.
| NotificationBlockPlugin.getEnabled | ( | ) |
Determine whether the plugin is enabled. Overrides parent so that the plugin will be displayed during install.
Reimplemented from BlockPlugin.
Definition at line 33 of file NotificationBlockPlugin.inc.php.
| NotificationBlockPlugin.getInstallSitePluginSettingsFile | ( | ) |
Install default settings on system install.
Definition at line 42 of file NotificationBlockPlugin.inc.php.
| NotificationBlockPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from BlockPlugin.
Definition at line 67 of file NotificationBlockPlugin.inc.php.
| NotificationBlockPlugin.getNewConferencePluginSettingsFile | ( | ) |
Install default settings on conference creation.
Reimplemented from Plugin.
Definition at line 50 of file NotificationBlockPlugin.inc.php.
| NotificationBlockPlugin.getSupportedContexts | ( | ) |
Get the supported contexts (e.g. BLOCK_CONTEXT_...) for this block.
Reimplemented from BlockPlugin.
Definition at line 58 of file NotificationBlockPlugin.inc.php.
| NotificationBlockPlugin.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 BlockPlugin.
Definition at line 21 of file NotificationBlockPlugin.inc.php.
1.4.7