PHP Class CoinsPlugin, ojs

Inheritance: extends GenericPlugin
Mostrar archivo Open project: pkp/ojs

Public Methods

Method 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 method

public getDescription ( )

getDisplayName() public method

public getDisplayName ( )

getInstallSitePluginSettingsFile() public method

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

insertFooter() public method

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

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.