PHP Class AbntCitationPlugin, ojs

Inheritance: extends CitationPlugin
Afficher le fichier Open project: pkp/ojs

Méthodes publiques

Méthode 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 méthode

public abntDateFormat ( $string ) : string
$string string
Résultat string

abntDateFormatWithDay() public méthode

public abntDateFormatWithDay ( $string ) : string
$string string
Résultat string

fetchCitation() public méthode

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 méthode

getDescription() public méthode

public getDescription ( )

getDisplayName() public méthode

public getDisplayName ( )

getLocalizedLocation() public méthode

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

getManagementVerbLinkAction() public méthode

public getManagementVerbLinkAction ( $request, $verb )

getName() public méthode

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

manage() public méthode

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

register() public méthode

public register ( $category, $path )

smartyPluginUrl() public méthode

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