PHP 클래스 CitationPlugin, ojs

상속: extends Plugin
파일 보기 프로젝트 열기: pkp/ojs 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Constructor
fetchCitation ( $article, $issue, $journal ) Return an HTML-formatted citation. Default implementation displays an HTML-based citation using the citation.tpl template in the plugin path.
getCitationFormatName ( ) Get the citation format name for this plugin.
isDownloadable ( ) : boolean Whether this citation format is a downloadable file format (eg - EndNote)
loadJavaScript ( $hookName, $args ) : null Load the JavaScript file to retrieve citation formats

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

fetchCitation() 공개 메소드

Return an HTML-formatted citation. Default implementation displays an HTML-based citation using the citation.tpl template in the plugin path.
public fetchCitation ( $article, $issue, $journal )
$article Article
$issue Issue
$journal Journal

getCitationFormatName() 추상적인 공개 메소드

Get the citation format name for this plugin.
abstract public getCitationFormatName ( )

isDownloadable() 공개 메소드

Whether this citation format is a downloadable file format (eg - EndNote)
public isDownloadable ( ) : boolean
리턴 boolean

loadJavaScript() 공개 메소드

Load the JavaScript file to retrieve citation formats
public loadJavaScript ( $hookName, $args ) : null
$hookName string Hook name
$args array Hook arguments. See `TemplateManager::display`
리턴 null