PHP Class CustomLocalePlugin, ojs

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

Public Methods

Method Description
addCustomLocale ( $hookName, $args ) : boolean Hook callback to add a custom locale file.
getDescription ( ) : string Get the description for the plugin.
getDisplayName ( ) : string Get the display name for the plugin.
manage ( $args, $request )
register ( $category, $path ) : boolean Register the plugin.
smartyPluginUrl ( $params, &$smarty )

Method Details

addCustomLocale() public method

Hook callback to add a custom locale file.
public addCustomLocale ( $hookName, $args ) : boolean
$hookName string
$args array
return boolean

getDescription() public method

Get the description for the plugin.
public getDescription ( ) : string
return string

getDisplayName() public method

Get the display name for the plugin.
public getDisplayName ( ) : string
return string

manage() public method

public manage ( $args, $request )

register() public method

Register the plugin.
public register ( $category, $path ) : boolean
$category string Plugin category
$path string Path to plugin
return boolean Registration success

smartyPluginUrl() public method

public smartyPluginUrl ( $params, &$smarty )