PHP Class CounterPlugin, ojs

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

Méthodes publiques

Méthode 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 méthode

public displayMenuOption ( $hookName, $args )

getDescription() public méthode

public getDescription ( )

getDisplayName() public méthode

public getDisplayName ( )

getInstallSchemaFile() public méthode

Get the filename of the ADODB schema for this plugin.

handleRequest() public méthode

public handleRequest ( $hookName, $args )

isSitePlugin() public méthode

public isSitePlugin ( )

logRequest() public méthode

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 méthode

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

manage() public méthode

public manage ( $args, $request )

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.