PHP Класс BrowsePlugin, ojs

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

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

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