PHP 클래스 CounterPlugin, ojs

상속: extends GenericPlugin
파일 보기 프로젝트 열기: pkp/ojs

공개 메소드들

메소드 설명
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.