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