Inheritance diagram for InformationBlockPlugin:
Public Member Functions | |
getContents (&$templateMgr) | |
getDescription () | |
getDisplayName () | |
getName () | |
getNewConferencePluginSettingsFile () | |
getSupportedContexts () | |
register ($category, $path) |
InformationBlockPlugin.inc.php
Copyright (c) 2000-2012 John Willinsky Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
Definition at line 19 of file InformationBlockPlugin.inc.php.
InformationBlockPlugin.getContents | ( | &$ | templateMgr | ) |
Get the HTML contents for this block.
$templateMgr | object |
Reimplemented from BlockPlugin.
Definition at line 73 of file InformationBlockPlugin.inc.php.
References Request.getConference().
InformationBlockPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from BlockPlugin.
Definition at line 56 of file InformationBlockPlugin.inc.php.
InformationBlockPlugin.getDisplayName | ( | ) |
Get the display name of this plugin.
Reimplemented from BlockPlugin.
Definition at line 49 of file InformationBlockPlugin.inc.php.
InformationBlockPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from BlockPlugin.
Definition at line 33 of file InformationBlockPlugin.inc.php.
InformationBlockPlugin.getNewConferencePluginSettingsFile | ( | ) |
Install default settings on conference creation.
Reimplemented from Plugin.
Definition at line 41 of file InformationBlockPlugin.inc.php.
InformationBlockPlugin.getSupportedContexts | ( | ) |
Get the supported contexts (e.g. BLOCK_CONTEXT_...) for this block.
Reimplemented from BlockPlugin.
Definition at line 64 of file InformationBlockPlugin.inc.php.
InformationBlockPlugin.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 20 of file InformationBlockPlugin.inc.php.