|
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) | |
Gateway component of web feed plugin.
Definition at line 19 of file WebFeedGatewayPlugin.inc.php.
| WebFeedGatewayPlugin::__construct | ( | $parentPlugin | ) |
| $parentPlugin | WebFeedPlugin |
Definition at line 29 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(), PKPApplication\get(), DAORegistry\getDAO(), PKPTemplateManager\getManager(), and AppLocale\requireComponents().
| WebFeedGatewayPlugin::getDescription | ( | ) |
Get a description of this plugin.
Reimplemented from Plugin.
Definition at line 60 of file WebFeedGatewayPlugin.inc.php.
| WebFeedGatewayPlugin::getDisplayName | ( | ) |
Get the display name for this plugin.
Reimplemented from Plugin.
Definition at line 53 of file WebFeedGatewayPlugin.inc.php.
| WebFeedGatewayPlugin::getEnabled | ( | $contextId = null | ) |
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)
| $contextId | int Context ID (optional) |
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 37 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 46 of file WebFeedGatewayPlugin.inc.php.
| WebFeedGatewayPlugin::getPluginPath | ( | ) |
Override the builtin to get the correct plugin path.
Reimplemented from Plugin.
Definition at line 68 of file WebFeedGatewayPlugin.inc.php.
|
protected |
Parent plugin
Definition at line 24 of file WebFeedGatewayPlugin.inc.php.