
Public Member Functions | |
| fetch ($args) | |
| getDescription () | |
| getDisplayName () | |
| getName () | |
| getPluginPath () | |
| getTemplatePath () | |
| & | getThesisFeedPlugin () |
| & | getThesisPlugin () |
Definition at line 21 of file ThesisFeedGatewayPlugin.inc.php.
| ThesisFeedGatewayPlugin.fetch | ( | $ | args | ) |
Handle fetch requests for this plugin.
Reimplemented from GatewayPlugin.
Definition at line 77 of file ThesisFeedGatewayPlugin.inc.php.
References Request.getCompleteUrl(), Core.getCurrentDate(), DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), getTemplatePath(), getThesisFeedPlugin(), and getThesisPlugin().
| ThesisFeedGatewayPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from GatewayPlugin.
Definition at line 35 of file ThesisFeedGatewayPlugin.inc.php.
References Locale.translate().
| ThesisFeedGatewayPlugin.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 ThesisFeedGatewayPlugin.inc.php.
References Locale.translate().
| ThesisFeedGatewayPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from GatewayPlugin.
Definition at line 27 of file ThesisFeedGatewayPlugin.inc.php.
| ThesisFeedGatewayPlugin.getPluginPath | ( | ) |
Override the builtin to get the correct plugin path.
Reimplemented from Plugin.
Definition at line 60 of file ThesisFeedGatewayPlugin.inc.php.
References getThesisFeedPlugin().
| ThesisFeedGatewayPlugin.getTemplatePath | ( | ) |
Override the builtin to get the correct template path.
Reimplemented from Plugin.
Definition at line 69 of file ThesisFeedGatewayPlugin.inc.php.
References getThesisFeedPlugin().
Referenced by fetch().
| & ThesisFeedGatewayPlugin.getThesisFeedPlugin | ( | ) |
Get the web feed plugin
Definition at line 43 of file ThesisFeedGatewayPlugin.inc.php.
References PluginRegistry.getPlugin().
Referenced by fetch(), getPluginPath(), and getTemplatePath().
| & ThesisFeedGatewayPlugin.getThesisPlugin | ( | ) |
Get the thesis plugin
Definition at line 52 of file ThesisFeedGatewayPlugin.inc.php.
References PluginRegistry.getPlugin().
Referenced by fetch().
1.5.6