PHP 클래스 CustomLocalePlugin, ojs

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

공개 메소드들

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