PHP Class ResolverPlugin, ojs

Inheritance: extends GatewayPlugin
Datei anzeigen Open project: pkp/ojs

Public Methods

Method Description
exportHoldings ( )
fetch ( $args, $request ) Handle fetch requests for this plugin.
getContextSpecificPluginSettingsFile ( ) : string Get the name of the settings file to be installed on new journal creation.
getDescription ( )
getDisplayName ( )
getName ( ) : String Get the name of this plugin. The name must be unique within its category.
register ( $category, $path ) : boolean Called as a plugin is registered to the registry
sanitize ( $string )

Method Details

exportHoldings() public method

public exportHoldings ( )

fetch() public method

Handle fetch requests for this plugin.
public fetch ( $args, $request )

getContextSpecificPluginSettingsFile() public method

Get the name of the settings file to be installed on new journal creation.

getDescription() public method

public getDescription ( )

getDisplayName() public method

public getDisplayName ( )

getName() public method

Get the name of this plugin. The name must be unique within its category.
public getName ( ) : String
return String name of plugin

register() public method

Called as a plugin is registered to the registry
public register ( $category, $path ) : boolean
$category String Name of category plugin was registered to
return boolean True iff plugin initialized successfully; if false, the plugin will not be registered.

sanitize() public method

public sanitize ( $string )