Inheritance diagram for LanguageToggleBlockPlugin:
Public Member Functions | |
getBlockContext () | |
getContents (&$templateMgr) | |
getDescription () | |
getDisplayName () | |
getEnabled () | |
getInstallSitePluginSettingsFile () | |
getName () | |
getNewConferencePluginSettingsFile () | |
getSeq () | |
getSupportedContexts () | |
register ($category, $path) |
Definition at line 18 of file LanguageToggleBlockPlugin.inc.php.
LanguageToggleBlockPlugin.getBlockContext | ( | ) |
Get the block context. Overrides parent so that the plugin will be displayed during install.
Reimplemented from BlockPlugin.
Definition at line 65 of file LanguageToggleBlockPlugin.inc.php.
LanguageToggleBlockPlugin.getContents | ( | &$ | templateMgr | ) |
Get the HTML contents for this block.
Reimplemented from BlockPlugin.
Definition at line 106 of file LanguageToggleBlockPlugin.inc.php.
References Request.getConference().
LanguageToggleBlockPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from BlockPlugin.
Definition at line 99 of file LanguageToggleBlockPlugin.inc.php.
LanguageToggleBlockPlugin.getDisplayName | ( | ) |
Get the display name of this plugin.
Reimplemented from BlockPlugin.
Definition at line 92 of file LanguageToggleBlockPlugin.inc.php.
LanguageToggleBlockPlugin.getEnabled | ( | ) |
Determine whether the plugin is enabled. Overrides parent so that the plugin will be displayed during install.
Reimplemented from BlockPlugin.
Definition at line 39 of file LanguageToggleBlockPlugin.inc.php.
LanguageToggleBlockPlugin.getInstallSitePluginSettingsFile | ( | ) |
Install default settings on system install.
Definition at line 48 of file LanguageToggleBlockPlugin.inc.php.
LanguageToggleBlockPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from BlockPlugin.
Definition at line 84 of file LanguageToggleBlockPlugin.inc.php.
LanguageToggleBlockPlugin.getNewConferencePluginSettingsFile | ( | ) |
Install default settings on conference creation.
Reimplemented from Plugin.
Definition at line 56 of file LanguageToggleBlockPlugin.inc.php.
LanguageToggleBlockPlugin.getSeq | ( | ) |
Determine the plugin sequence. Overrides parent so that the plugin will be displayed during install.
Reimplemented from BlockPlugin.
Definition at line 74 of file LanguageToggleBlockPlugin.inc.php.
LanguageToggleBlockPlugin.getSupportedContexts | ( | ) |
Get the supported contexts (e.g. BLOCK_CONTEXT_...) for this block.
Reimplemented from BlockPlugin.
Definition at line 31 of file LanguageToggleBlockPlugin.inc.php.
LanguageToggleBlockPlugin.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 19 of file LanguageToggleBlockPlugin.inc.php.