
Public Member Functions | |
| fetch ($args) | |
| getDescription () | |
| getDisplayName () | |
| getName () | |
| getPluginPath () | |
| getTemplatePath () | |
| & | getWebFeedPlugin () |
Definition at line 21 of file WebFeedGatewayPlugin.inc.php.
| WebFeedGatewayPlugin.fetch | ( | $ | args | ) |
Handle fetch requests for this plugin.
Reimplemented from GatewayPlugin.
Definition at line 68 of file WebFeedGatewayPlugin.inc.php.
References DAORegistry.getDAO(), GatewayPlugin.getEnabled(), Request.getJournal(), TemplateManager.getManager(), getTemplatePath(), and getWebFeedPlugin().
| WebFeedGatewayPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from GatewayPlugin.
Definition at line 35 of file WebFeedGatewayPlugin.inc.php.
References Locale.translate().
| WebFeedGatewayPlugin.getDisplayName | ( | ) |
Get the display name of this plugin. This name is displayed on the Journal Manager's plugin management page, for example.
Reimplemented from GatewayPlugin.
Definition at line 31 of file WebFeedGatewayPlugin.inc.php.
References Locale.translate().
| WebFeedGatewayPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from GatewayPlugin.
Definition at line 27 of file WebFeedGatewayPlugin.inc.php.
| WebFeedGatewayPlugin.getPluginPath | ( | ) |
Override the builtin to get the correct plugin path.
Reimplemented from Plugin.
Definition at line 51 of file WebFeedGatewayPlugin.inc.php.
References getWebFeedPlugin().
| WebFeedGatewayPlugin.getTemplatePath | ( | ) |
Override the builtin to get the correct template path.
Reimplemented from Plugin.
Definition at line 60 of file WebFeedGatewayPlugin.inc.php.
References getWebFeedPlugin().
Referenced by fetch().
| & WebFeedGatewayPlugin.getWebFeedPlugin | ( | ) |
Get the web feed plugin
Definition at line 43 of file WebFeedGatewayPlugin.inc.php.
References PluginRegistry.getPlugin().
Referenced by fetch(), getPluginPath(), and getTemplatePath().
1.5.6