PHP 클래스 BrowsePlugin, ojs

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

공개 메소드들

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

메소드 상세

addNavigationItem() 공개 메소드

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

getDescription() 공개 메소드

Get the description of this plugin.
public getDescription ( ) : string
리턴 string

getDisplayName() 공개 메소드

Get the display name of this plugin.
public getDisplayName ( ) : string
리턴 string

getHandlerPath() 공개 메소드

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

getTemplatePath() 공개 메소드

public getTemplatePath ( $inCore = false )

manage() 공개 메소드

또한 보기: Plugin::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 if plugin initialized successfully; if false, the plugin will not be registered.

setupBrowseHandler() 공개 메소드

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