PHP Class CoinsPlugin, ojs

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

Méthodes publiques

Méthode Description
getDescription ( )
getDisplayName ( )
getInstallSitePluginSettingsFile ( ) : string Get the name of the settings file to be installed site-wide when OJS is installed.
insertFooter ( $hookName, $params ) Insert COinS tag.
register ( $category, $path ) : boolean Called as a plugin is registered to the registry

Method Details

getDescription() public méthode

public getDescription ( )

getDisplayName() public méthode

public getDisplayName ( )

getInstallSitePluginSettingsFile() public méthode

Get the name of the settings file to be installed site-wide when OJS is installed.

insertFooter() public méthode

Insert COinS tag.
public insertFooter ( $hookName, $params )

register() public méthode

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