PHP Класс WebFeedPlugin, ojs

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

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

Метод Описание
callbackAddLinks ( $hookName, $args ) Add feed links to page on select/all pages.
callbackLoadCategory ( $hookName, $args ) Register as a block plugin, even though this is a generic plugin.
getActions ( $request, $verb )
getContextSpecificPluginSettingsFile ( ) : string Get the name of the settings file to be installed on new context creation.
getDescription ( ) : string Get the description of this plugin
getDisplayName ( ) : string Get the display name of this plugin
getTemplatePath ( $inCore = false )
manage ( $args, $request )
register ( $category, $path )

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

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

This will allow the plugin to behave as a block plugin, i.e. to have layout tasks performed on it.
public callbackLoadCategory ( $hookName, $args )
$hookName string
$args array

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

См. также: Plugin::getActions()
public getActions ( $request, $verb )

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

Get the name of the settings file to be installed on new context creation.
public getContextSpecificPluginSettingsFile ( ) : string
Результат string

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

Get the description of this plugin
public getDescription ( ) : string
Результат string

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

Get the display name of this plugin
public getDisplayName ( ) : string
Результат string

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

public getTemplatePath ( $inCore = false )

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

См. также: Plugin::manage()
public manage ( $args, $request )

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

public register ( $category, $path )