PHP Class BrowsePlugin, ojs

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

Public Methods

Method Description
addNavigationItem ( $hookName, $params ) Add additional navigation items.
getDescription ( ) : string Get the description of this plugin.
getDisplayName ( ) : string Get the display name of this plugin.
getHandlerPath ( ) Get the handler path for this plugin.
getTemplatePath ( $inCore = false )
manage ( $args, $request )
register ( $category, $path ) : boolean Called as a plugin is registered to the registry
setupBrowseHandler ( $hookName, $params ) Enable editor pixel tags management.

Method Details

addNavigationItem() public method

Add additional navigation items.
public addNavigationItem ( $hookName, $params )

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

getHandlerPath() public method

Get the handler path for this plugin.
public getHandlerPath ( )

getTemplatePath() public method

public getTemplatePath ( $inCore = false )

manage() public method

See also: Plugin::manage()
public manage ( $args, $request )

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 if plugin initialized successfully; if false, the plugin will not be registered.

setupBrowseHandler() public method

Enable editor pixel tags management.
public setupBrowseHandler ( $hookName, $params )