PHP Класс AbntCitationPlugin, ojs

Наследование: extends CitationPlugin
Показать файл Открыть проект

Открытые методы

Метод Описание
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