PHP Class AbntCitationPlugin, ojs

Inheritance: extends CitationPlugin
Show file Open project: pkp/ojs

Public Methods

Method Description
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 .

Method Details

abntDateFormat() public method

public abntDateFormat ( $string ) : string
$string string
return string

abntDateFormatWithDay() public method

public abntDateFormatWithDay ( $string ) : string
$string string
return string

fetchCitation() public method

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() public method

getDescription() public method

public getDescription ( )

getDisplayName() public method

public getDisplayName ( )

getLocalizedLocation() public method

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

getManagementVerbLinkAction() public method

public getManagementVerbLinkAction ( $request, $verb )

getName() public method

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

manage() public method

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

register() public method

public register ( $category, $path )

smartyPluginUrl() public method

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