
Public Member Functions | |
| getContents (&$templateMgr) | |
| getDescription () | |
| getDisplayName () | |
| getInstallSitePluginSettingsFile () | |
| getName () | |
| getNewJournalPluginSettingsFile () | |
| getSupportedContexts () | |
| register ($category, $path) | |
Definition at line 20 of file NavigationBlockPlugin.inc.php.
| NavigationBlockPlugin.getContents | ( | &$ | templateMgr | ) |
Get the contents for this block.
| $templateMgr | object |
Reimplemented from BlockPlugin.
Definition at line 82 of file NavigationBlockPlugin.inc.php.
| NavigationBlockPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from BlockPlugin.
Definition at line 73 of file NavigationBlockPlugin.inc.php.
References Locale.translate().
| NavigationBlockPlugin.getDisplayName | ( | ) |
Get the display name of this plugin.
Reimplemented from BlockPlugin.
Definition at line 66 of file NavigationBlockPlugin.inc.php.
References Locale.translate().
| NavigationBlockPlugin.getInstallSitePluginSettingsFile | ( | ) |
Install default settings on system install.
Reimplemented from Plugin.
Definition at line 50 of file NavigationBlockPlugin.inc.php.
References Plugin.getPluginPath().
| NavigationBlockPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from BlockPlugin.
Definition at line 42 of file NavigationBlockPlugin.inc.php.
| NavigationBlockPlugin.getNewJournalPluginSettingsFile | ( | ) |
Install default settings on journal creation.
Reimplemented from Plugin.
Definition at line 58 of file NavigationBlockPlugin.inc.php.
References Plugin.getPluginPath().
| NavigationBlockPlugin.getSupportedContexts | ( | ) |
Get the supported contexts (e.g. BLOCK_CONTEXT_...) for this block.
Reimplemented from BlockPlugin.
Definition at line 33 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 21 of file NavigationBlockPlugin.inc.php.
References Plugin.addLocaleData().
1.5.6