PHP Класс CustomLocalePlugin, ojs

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

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

Метод Описание
addCustomLocale ( $hookName, $args ) : boolean Hook callback to add a custom locale file.
getDescription ( ) : string Get the description for the plugin.
getDisplayName ( ) : string Get the display name for the plugin.
manage ( $args, $request )
register ( $category, $path ) : boolean Register the plugin.
smartyPluginUrl ( $params, &$smarty )

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

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

Hook callback to add a custom locale file.
public addCustomLocale ( $hookName, $args ) : boolean
$hookName string
$args array
Результат boolean

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

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

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

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

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

public manage ( $args, $request )

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

Register the plugin.
public register ( $category, $path ) : boolean
$category string Plugin category
$path string Path to plugin
Результат boolean Registration success

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

public smartyPluginUrl ( $params, &$smarty )