|
Open Monograph Press
3.3.0
|
Data Fields | |
| $_parentPlugin | |
Data Fields inherited from Plugin | |
| $pluginCategory | |
| $pluginPath | |
| $request | |
Additional Inherited Members | |
Protected Member Functions inherited from Plugin | |
| _registerTemplateResource ($inCore=false) | |
Gateway component of web feed plugin.
Definition at line 19 of file WebFeedGatewayPlugin.inc.php.
| WebFeedGatewayPlugin::__construct | ( | $parentPlugin | ) |
Constructor
| $parentPlugin | WebFeedPlugin |
Definition at line 30 of file WebFeedGatewayPlugin.inc.php.
| WebFeedGatewayPlugin::fetch | ( | $args, | |
| $request | |||
| ) |
Handle fetch requests for this plugin.
| $args | array Arguments. |
| $request | PKPRequest Request object. |
Reimplemented from GatewayPlugin.
Definition at line 87 of file WebFeedGatewayPlugin.inc.php.
References Plugin\$request, PKPServices\get(), DAORegistry\getDAO(), PKPTemplateManager\getManager(), Plugin\getTemplateResource(), and AppLocale\requireComponents().
| WebFeedGatewayPlugin::getDescription | ( | ) |
Get a description of this plugin.
Reimplemented from Plugin.
Definition at line 62 of file WebFeedGatewayPlugin.inc.php.
| WebFeedGatewayPlugin::getDisplayName | ( | ) |
Get the display name for this plugin.
Reimplemented from Plugin.
Definition at line 55 of file WebFeedGatewayPlugin.inc.php.
| WebFeedGatewayPlugin::getEnabled | ( | ) |
Get whether or not this plugin is enabled. (Should always return true, as the parent plugin will take care of loading this one when needed)
Reimplemented from GatewayPlugin.
Definition at line 78 of file WebFeedGatewayPlugin.inc.php.
| WebFeedGatewayPlugin::getHideManagement | ( | ) |
Hide this plugin from the management interface (it's subsidiary)
Reimplemented from Plugin.
Definition at line 39 of file WebFeedGatewayPlugin.inc.php.
| WebFeedGatewayPlugin::getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from Plugin.
Definition at line 48 of file WebFeedGatewayPlugin.inc.php.
| WebFeedGatewayPlugin::getPluginPath | ( | ) |
Override the builtin to get the correct plugin path.
Reimplemented from Plugin.
Definition at line 69 of file WebFeedGatewayPlugin.inc.php.
| WebFeedPlugin WebFeedGatewayPlugin::$_parentPlugin |
Parent plugin
Definition at line 24 of file WebFeedGatewayPlugin.inc.php.