|
Open Monograph Press
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 | ) |
Definition at line 29 of file WebFeedBlockPlugin.inc.php.
| WebFeedBlockPlugin::getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from Plugin.
Definition at line 61 of file WebFeedBlockPlugin.inc.php.
| WebFeedBlockPlugin::getDisplayName | ( | ) |
Get the display name of this plugin.
Reimplemented from Plugin.
Definition at line 54 of file WebFeedBlockPlugin.inc.php.
| WebFeedBlockPlugin::getHideManagement | ( | ) |
Hide this plugin from the management interface (it's subsidiary)
Reimplemented from Plugin.
Definition at line 46 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 39 of file WebFeedBlockPlugin.inc.php.
| WebFeedBlockPlugin::getPluginPath | ( | ) |
Override the builtin to get the correct plugin path.
Reimplemented from Plugin.
Definition at line 77 of file WebFeedBlockPlugin.inc.php.
| WebFeedBlockPlugin::getSupportedContexts | ( | ) |
Get the supported contexts (e.g. BLOCK_CONTEXT_...) for this block.
Definition at line 69 of file WebFeedBlockPlugin.inc.php.
|
protected |
Parent plugin
Definition at line 23 of file WebFeedBlockPlugin.inc.php.