
Public Member Functions | |
| fetch ($args) | |
| getDescription () | |
| getDisplayName () | |
| getManagementVerbs () | |
| getName () | |
| getNewJournalPluginSettingsFile () | |
| manage ($verb, $args) | |
| register ($category, $path) | |
Definition at line 20 of file ResolverPlugin.inc.php.
| ResolverPlugin.fetch | ( | $ | args | ) |
Handle fetch requests for this plugin.
Reimplemented from GatewayPlugin.
Definition at line 62 of file ResolverPlugin.inc.php.
References DAORegistry.getDAO(), GatewayPlugin.getEnabled(), Request.getJournal(), TemplateManager.getManager(), Request.redirect(), and String.regexp_match_get().
| ResolverPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from GatewayPlugin.
Definition at line 55 of file ResolverPlugin.inc.php.
References Locale.translate().
| ResolverPlugin.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 51 of file ResolverPlugin.inc.php.
References Locale.translate().
| ResolverPlugin.getManagementVerbs | ( | ) |
Display verbs for the management interface.
Reimplemented from GatewayPlugin.
Definition at line 167 of file ResolverPlugin.inc.php.
References GatewayPlugin.getEnabled(), Validation.isSiteAdmin(), and Locale.translate().
| ResolverPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from GatewayPlugin.
Definition at line 47 of file ResolverPlugin.inc.php.
| ResolverPlugin.getNewJournalPluginSettingsFile | ( | ) |
Get the name of the settings file to be installed on new journal creation.
Reimplemented from Plugin.
Definition at line 38 of file ResolverPlugin.inc.php.
References Plugin.getPluginPath().
| ResolverPlugin.manage | ( | $ | verb, | |
| $ | args | |||
| ) |
Perform management functions
Reimplemented from GatewayPlugin.
Definition at line 178 of file ResolverPlugin.inc.php.
References GatewayPlugin.getEnabled(), and Validation.isSiteAdmin().
| ResolverPlugin.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 27 of file ResolverPlugin.inc.php.
References Plugin.addLocaleData().
1.5.6