PHP Класс ResolverPlugin, ojs

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

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

Метод Описание
exportHoldings ( )
fetch ( $args, $request ) Handle fetch requests for this plugin.
getContextSpecificPluginSettingsFile ( ) : string Get the name of the settings file to be installed on new journal creation.
getDescription ( )
getDisplayName ( )
getName ( ) : String Get the name of this plugin. The name must be unique within its category.
register ( $category, $path ) : boolean Called as a plugin is registered to the registry
sanitize ( $string )

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

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

public exportHoldings ( )

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

Handle fetch requests for this plugin.
public fetch ( $args, $request )

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

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

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

public getDescription ( )

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

public getDisplayName ( )

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

Get the name of this plugin. The name must be unique within its category.
public getName ( ) : String
Результат String name of plugin

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 iff plugin initialized successfully; if false, the plugin will not be registered.

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

public sanitize ( $string )