PHP 클래스 AbntCitationPlugin, ojs

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

공개 메소드들

메소드 설명
abntDateFormat ( $string ) : string
abntDateFormatWithDay ( $string ) : string
fetchCitation ( &$article, &$issue, &$journal ) Display an HTML-formatted citation. We register PKPString::strtoupper modifier in order to convert author names to uppercase.
getCitationFormatName ( )
getDescription ( )
getDisplayName ( )
getLocalizedLocation ( $journal ) : string Get the localized location for citations in this journal
getManagementVerbLinkAction ( $request, $verb )
getName ( ) : String Get the name of this plugin. The name must be unique within its category.
manage ( $verb, $args, &$message, &$messageParams, &$pluginModalContent = null )
register ( $category, $path )
smartyPluginUrl ( $params, &$smarty ) Extend the {url .

메소드 상세

abntDateFormat() 공개 메소드

public abntDateFormat ( $string ) : string
$string string
리턴 string

abntDateFormatWithDay() 공개 메소드

public abntDateFormatWithDay ( $string ) : string
$string string
리턴 string

fetchCitation() 공개 메소드

Display an HTML-formatted citation. We register PKPString::strtoupper modifier in order to convert author names to uppercase.
public fetchCitation ( &$article, &$issue, &$journal )
$article Article
$issue Issue
$journal Journal

getCitationFormatName() 공개 메소드

getDescription() 공개 메소드

public getDescription ( )

getDisplayName() 공개 메소드

public getDisplayName ( )

getLocalizedLocation() 공개 메소드

Get the localized location for citations in this journal
public getLocalizedLocation ( $journal ) : string
$journal Journal
리턴 string

getManagementVerbLinkAction() 공개 메소드

public getManagementVerbLinkAction ( $request, $verb )

getName() 공개 메소드

Get the name of this plugin. The name must be unique within its category.
public getName ( ) : String
리턴 String name of plugin

manage() 공개 메소드

public manage ( $verb, $args, &$message, &$messageParams, &$pluginModalContent = null )

register() 공개 메소드

public register ( $category, $path )

smartyPluginUrl() 공개 메소드

..} smarty to support this plugin.
public smartyPluginUrl ( $params, &$smarty )
$params array
$smarty Smarty