PHP Class DublinCoreMetaPlugin, ojs

Inheritance: extends GenericPlugin
Afficher le fichier Open project: pkp/ojs

Méthodes publiques

Méthode 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 méthode

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

getContextSpecificPluginSettingsFile() public méthode

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

getDescription() public méthode

Get the description of this plugin
public getDescription ( ) : string
Résultat string

getDisplayName() public méthode

Get the display name of this plugin
public getDisplayName ( ) : string
Résultat string

register() public méthode

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