|
Open Journal Systems
3.3.0
|
Data Fields | |
| $parentPluginName | |
Data Fields inherited from Plugin | |
| $pluginCategory | |
| $pluginPath | |
| $request | |
Additional Inherited Members | |
Protected Member Functions inherited from Plugin | |
| _registerTemplateResource ($inCore=false) | |
Gateway component of web PLN plugin.
Definition at line 24 of file PLNGatewayPlugin.inc.php.
| PLNGatewayPlugin::__construct | ( | $parentPluginName | ) |
Constructor.
| $parentPluginName | string |
Definition at line 35 of file PLNGatewayPlugin.inc.php.
References $parentPluginName.
| PLNGatewayPlugin::fetch | ( | $args, | |
| $request | |||
| ) |
Handle fetch requests for this plugin.
| $args | array |
| $request | object |
Reimplemented from GatewayPlugin.
Definition at line 108 of file PLNGatewayPlugin.inc.php.
References $application, Plugin\$request, PKPApplication\getApplication(), DAORegistry\getDAO(), PKPTemplateManager\getManager(), getPLNPlugin(), getPluginPath(), and Config\getVar().
| PLNGatewayPlugin::getDescription | ( | ) |
Get a description of this plugin.
Reimplemented from Plugin.
Definition at line 65 of file PLNGatewayPlugin.inc.php.
| PLNGatewayPlugin::getDisplayName | ( | ) |
Get the display name for this plugin.
Reimplemented from Plugin.
Definition at line 58 of file PLNGatewayPlugin.inc.php.
| PLNGatewayPlugin::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 100 of file PLNGatewayPlugin.inc.php.
References getPLNPlugin().
| PLNGatewayPlugin::getHideManagement | ( | ) |
Hide this plugin from the management interface (it's subsidiary)
Reimplemented from Plugin.
Definition at line 44 of file PLNGatewayPlugin.inc.php.
| PLNGatewayPlugin::getName | ( | ) |
Protected methods (may be overridden by custom plugins) Get the name of this plugin. The name must be unique within its category, and should be suitable for part of a filename (ie short, no spaces, and no dependencies on cases being unique).
Reimplemented from Plugin.
Definition at line 51 of file PLNGatewayPlugin.inc.php.
| PLNGatewayPlugin::getPLNPlugin | ( | ) |
Get the PLN plugin
Definition at line 73 of file PLNGatewayPlugin.inc.php.
References PluginRegistry\getPlugin().
Referenced by fetch(), getEnabled(), getPluginPath(), and getTemplatePath().
| PLNGatewayPlugin::getPluginPath | ( | ) |
Override the builtin to get the correct plugin path.
Reimplemented from Plugin.
Definition at line 81 of file PLNGatewayPlugin.inc.php.
References getPLNPlugin().
Referenced by fetch().
| PLNGatewayPlugin::getTemplatePath | ( | $inCore = false | ) |
Override the builtin to get the correct template path.
Reimplemented from Plugin.
Definition at line 90 of file PLNGatewayPlugin.inc.php.
References getPLNPlugin().
| $parentPluginName PLNGatewayPlugin::$parentPluginName |
string Name of parent plugin
Definition at line 29 of file PLNGatewayPlugin.inc.php.
Referenced by __construct().