PHP Класс DublinCoreMetaPlugin, ojs

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

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

Метод Описание
articleView ( $hookName, $args ) : boolean Inject Dublin Core metadata into article view
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
register ( $category, $path ) : boolean Register the plugin, if enabled.

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

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

Inject Dublin Core metadata into article view
public articleView ( $hookName, $args ) : boolean
$hookName string
$args array
Результат boolean

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

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

Register the plugin, if enabled.
public register ( $category, $path ) : boolean
$category string
$path string
Результат boolean