PHP Class CounterPlugin, ojs

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

Public Methods

Method Description
displayMenuOption ( $hookName, $args )
getDescription ( )
getDisplayName ( )
getInstallSchemaFile ( ) Get the filename of the ADODB schema for this plugin.
handleRequest ( $hookName, $args )
isSitePlugin ( )
logRequest ( $hookName, $args ) Log the request.
logRequestInline ( $hookName, $args ) Log a request for an lineable galley (e.g. text file).
manage ( $args, $request )
register ( $category, $path ) : boolean Called as a plugin is registered to the registry

Method Details

displayMenuOption() public method

public displayMenuOption ( $hookName, $args )

getDescription() public method

public getDescription ( )

getDisplayName() public method

public getDisplayName ( )

getInstallSchemaFile() public method

Get the filename of the ADODB schema for this plugin.

handleRequest() public method

public handleRequest ( $hookName, $args )

isSitePlugin() public method

public isSitePlugin ( )

logRequest() public method

This follows a convoluted execution path in order to obtain the page title *after* the template has been displayed, even though the hook is called before execution.
public logRequest ( $hookName, $args )

logRequestInline() public method

Log a request for an lineable galley (e.g. text file).
public logRequestInline ( $hookName, $args )

manage() public method

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