
Public Member Functions | |
| getContents (&$templateMgr) | |
| getDescription () | |
| getDisplayName () | |
| getName () | |
| getPluginPath () | |
| getSupportedContexts () | |
| getTemplatePath () | |
| & | getThesisFeedPlugin () |
| & | getThesisPlugin () |
Definition at line 20 of file ThesisFeedBlockPlugin.inc.php.
| ThesisFeedBlockPlugin.getContents | ( | &$ | templateMgr | ) |
Get the HTML contents for this block.
| $templateMgr | object |
Reimplemented from BlockPlugin.
Definition at line 94 of file ThesisFeedBlockPlugin.inc.php.
References BlockPlugin.getEnabled(), Request.getJournal(), Request.getRequestedPage(), getThesisFeedPlugin(), and getThesisPlugin().
| ThesisFeedBlockPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from BlockPlugin.
Definition at line 41 of file ThesisFeedBlockPlugin.inc.php.
References Locale.translate().
| ThesisFeedBlockPlugin.getDisplayName | ( | ) |
Get the display name of this plugin.
Reimplemented from BlockPlugin.
Definition at line 34 of file ThesisFeedBlockPlugin.inc.php.
References Locale.translate().
| ThesisFeedBlockPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from BlockPlugin.
Definition at line 26 of file ThesisFeedBlockPlugin.inc.php.
| ThesisFeedBlockPlugin.getPluginPath | ( | ) |
Override the builtin to get the correct plugin path.
Reimplemented from Plugin.
Definition at line 75 of file ThesisFeedBlockPlugin.inc.php.
References getThesisFeedPlugin().
| ThesisFeedBlockPlugin.getSupportedContexts | ( | ) |
Get the supported contexts (e.g. BLOCK_CONTEXT_...) for this block.
Reimplemented from BlockPlugin.
Definition at line 49 of file ThesisFeedBlockPlugin.inc.php.
| ThesisFeedBlockPlugin.getTemplatePath | ( | ) |
Override the builtin to get the correct template path.
Reimplemented from Plugin.
Definition at line 84 of file ThesisFeedBlockPlugin.inc.php.
References getThesisFeedPlugin().
| & ThesisFeedBlockPlugin.getThesisFeedPlugin | ( | ) |
Get the thesis feed plugin
Definition at line 57 of file ThesisFeedBlockPlugin.inc.php.
References PluginRegistry.getPlugin().
Referenced by getContents(), getPluginPath(), and getTemplatePath().
| & ThesisFeedBlockPlugin.getThesisPlugin | ( | ) |
Get the thesis plugin
Definition at line 66 of file ThesisFeedBlockPlugin.inc.php.
References PluginRegistry.getPlugin().
Referenced by getContents().
1.5.6