PHP 클래스 ResolverPlugin, ojs

상속: extends GatewayPlugin
파일 보기 프로젝트 열기: pkp/ojs

공개 메소드들

메소드 설명
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.

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 )