Inheritance diagram for NavigationBlockPlugin:

Public Member Functions | |
| getContents (&$templateMgr) | |
| getDescription () | |
| getDisplayName () | |
| getInstallSitePluginSettingsFile () | |
| getName () | |
| getNewConferencePluginSettingsFile () | |
| getSupportedContexts () | |
| register ($category, $path) | |
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 NavigationBlockPlugin.inc.php.
| NavigationBlockPlugin.getContents | ( | &$ | templateMgr | ) |
Get the contents for this block.
| $templateMgr | object |
Reimplemented from BlockPlugin.
Definition at line 81 of file NavigationBlockPlugin.inc.php.
| NavigationBlockPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from BlockPlugin.
Definition at line 72 of file NavigationBlockPlugin.inc.php.
| NavigationBlockPlugin.getDisplayName | ( | ) |
Get the display name of this plugin.
Reimplemented from BlockPlugin.
Definition at line 65 of file NavigationBlockPlugin.inc.php.
| NavigationBlockPlugin.getInstallSitePluginSettingsFile | ( | ) |
Install default settings on system install.
Definition at line 49 of file NavigationBlockPlugin.inc.php.
| NavigationBlockPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from BlockPlugin.
Definition at line 41 of file NavigationBlockPlugin.inc.php.
| NavigationBlockPlugin.getNewConferencePluginSettingsFile | ( | ) |
Install default settings on conference creation.
Reimplemented from Plugin.
Definition at line 57 of file NavigationBlockPlugin.inc.php.
| NavigationBlockPlugin.getSupportedContexts | ( | ) |
Get the supported contexts (e.g. BLOCK_CONTEXT_...) for this block.
Reimplemented from BlockPlugin.
Definition at line 32 of file NavigationBlockPlugin.inc.php.
| NavigationBlockPlugin.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 NavigationBlockPlugin.inc.php.
1.4.7