PHP Class DublinCoreMetaPlugin, ojs

Inheritance: extends GenericPlugin
Show file Open project: pkp/ojs

Public Methods

Method Description
articleView ( $hookName, $args ) : boolean Inject Dublin Core metadata into article view
getContextSpecificPluginSettingsFile ( ) : string Get the name of the settings file to be installed on new context creation.
getDescription ( ) : string Get the description of this plugin
getDisplayName ( ) : string Get the display name of this plugin
register ( $category, $path ) : boolean Register the plugin, if enabled.

Method Details

articleView() public method

Inject Dublin Core metadata into article view
public articleView ( $hookName, $args ) : boolean
$hookName string
$args array
return boolean

getContextSpecificPluginSettingsFile() public method

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

getDescription() public method

Get the description of this plugin
public getDescription ( ) : string
return string

getDisplayName() public method

Get the display name of this plugin
public getDisplayName ( ) : string
return string

register() public method

Register the plugin, if enabled.
public register ( $category, $path ) : boolean
$category string
$path string
return boolean