|
Open Journal Systems
3.3.0
|
Protected Attributes | |
| $_parentPlugin | |
Additional Inherited Members | |
Data Fields inherited from Plugin | |
| $pluginCategory | |
| $pluginPath | |
| $request | |
Protected Member Functions inherited from Plugin | |
| _registerTemplateResource ($inCore=false) | |
Class for block component of web feed plugin.
Definition at line 18 of file WebFeedBlockPlugin.inc.php.
| WebFeedBlockPlugin::__construct | ( | $parentPlugin | ) |
| $parentPlugin | WebFeedPlugin |
Definition at line 28 of file WebFeedBlockPlugin.inc.php.
| WebFeedBlockPlugin::getContents | ( | $templateMgr, | |
$request = null |
|||
| ) |
Get the HTML contents for this block.
| $templateMgr | object |
| $request | PKPRequest |
Reimplemented from BlockPlugin.
Definition at line 85 of file WebFeedBlockPlugin.inc.php.
References Plugin\$request, and DAORegistry\getDAO().
| WebFeedBlockPlugin::getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from Plugin.
Definition at line 60 of file WebFeedBlockPlugin.inc.php.
| WebFeedBlockPlugin::getDisplayName | ( | ) |
Get the display name of this plugin.
Reimplemented from Plugin.
Definition at line 53 of file WebFeedBlockPlugin.inc.php.
| WebFeedBlockPlugin::getHideManagement | ( | ) |
Hide this plugin from the management interface (it's subsidiary)
Reimplemented from Plugin.
Definition at line 45 of file WebFeedBlockPlugin.inc.php.
| WebFeedBlockPlugin::getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from LazyLoadPlugin.
Definition at line 38 of file WebFeedBlockPlugin.inc.php.
| WebFeedBlockPlugin::getPluginPath | ( | ) |
Override the builtin to get the correct plugin path.
Reimplemented from Plugin.
Definition at line 68 of file WebFeedBlockPlugin.inc.php.
| WebFeedBlockPlugin::getTemplatePath | ( | $inCore = false | ) |
Reimplemented from Plugin.
Definition at line 75 of file WebFeedBlockPlugin.inc.php.
|
protected |
Parent plugin
Definition at line 23 of file WebFeedBlockPlugin.inc.php.