PHP 클래스 DublinCoreMetaPlugin, ojs

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

공개 메소드들

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

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