PHP Класс CounterPlugin, ojs

Наследование: extends GenericPlugin
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

displayMenuOption() публичный Метод

public displayMenuOption ( $hookName, $args )

getDescription() публичный Метод

public getDescription ( )

getDisplayName() публичный Метод

public getDisplayName ( )

getInstallSchemaFile() публичный Метод

Get the filename of the ADODB schema for this plugin.

handleRequest() публичный Метод

public handleRequest ( $hookName, $args )

isSitePlugin() публичный Метод

public isSitePlugin ( )

logRequest() публичный Метод

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() публичный Метод

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

manage() публичный Метод

public manage ( $args, $request )

register() публичный Метод

Called as a plugin is registered to the registry
public register ( $category, $path ) : boolean
$category String Name of category plugin was registered to
Результат boolean True iff plugin initialized successfully; if false, the plugin will not be registered.