
Public Member Functions | |
| fetch ($args) | |
| getDescription () | |
| getDisplayName () | |
| getManagementVerbs () | |
| getName () | |
| manage ($verb, $args) | |
| register ($category, $path) | |
Definition at line 22 of file MetsGatewayPlugin.inc.php.
| METSGatewayPlugin.fetch | ( | $ | args | ) |
Handle fetch requests for this plugin.
Reimplemented from GatewayPlugin.
Definition at line 91 of file MetsGatewayPlugin.inc.php.
References DAORegistry.getDAO(), GatewayPlugin.getEnabled(), Request.getJournal(), TemplateManager.getManager(), and Handler.getRangeInfo().
| METSGatewayPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from GatewayPlugin.
Definition at line 48 of file MetsGatewayPlugin.inc.php.
References Locale.translate().
| METSGatewayPlugin.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 44 of file MetsGatewayPlugin.inc.php.
References Locale.translate().
| METSGatewayPlugin.getManagementVerbs | ( | ) |
Display verbs for the management interface.
Reimplemented from GatewayPlugin.
Definition at line 52 of file MetsGatewayPlugin.inc.php.
References GatewayPlugin.getEnabled(), and Locale.translate().
| METSGatewayPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from GatewayPlugin.
Definition at line 40 of file MetsGatewayPlugin.inc.php.
| METSGatewayPlugin.manage | ( | $ | verb, | |
| $ | args | |||
| ) |
Perform management functions
Reimplemented from GatewayPlugin.
Definition at line 61 of file MetsGatewayPlugin.inc.php.
References GatewayPlugin.getEnabled(), Request.getJournal(), Request.getUserVar(), and Request.redirect().
| METSGatewayPlugin.register | ( | $ | category, | |
| $ | path | |||
| ) |
Called as a plugin is registered to the registry
| $category | String Name of category plugin was registered to |
Reimplemented from Plugin.
Definition at line 29 of file MetsGatewayPlugin.inc.php.
References Plugin.addLocaleData().
1.5.6