
Public Member Functions | |
| cite (&$article, &$issue) | |
| getCitationFormatName () | |
| getDescription () | |
| getDisplayName () | |
| getName () | |
| register ($category, $path) | |
Definition at line 20 of file RefManCitationPlugin.inc.php.
| RefManCitationPlugin.cite | ( | &$ | article, | |
| &$ | issue | |||
| ) |
Return a custom-formatted citation.
| $article | object | |
| $issue | object |
Reimplemented from CitationPlugin.
Definition at line 53 of file RefManCitationPlugin.inc.php.
References TemplateManager.getManager().
| RefManCitationPlugin.getCitationFormatName | ( | ) |
Get the citation format name for this plugin.
Reimplemented from CitationPlugin.
Definition at line 40 of file RefManCitationPlugin.inc.php.
References Locale.translate().
| RefManCitationPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from CitationPlugin.
Definition at line 44 of file RefManCitationPlugin.inc.php.
References Locale.translate().
| RefManCitationPlugin.getDisplayName | ( | ) |
Get the display name of this plugin. This name is displayed on the Journal Manager's setup page 5, for example.
Reimplemented from CitationPlugin.
Definition at line 36 of file RefManCitationPlugin.inc.php.
References Locale.translate().
| RefManCitationPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from CitationPlugin.
Definition at line 32 of file RefManCitationPlugin.inc.php.
| RefManCitationPlugin.register | ( | $ | category, | |
| $ | path | |||
| ) |
Called as a plugin is registered to the registry. Subclasses over- riding this method should call the parent method first.
| $category | String Name of category plugin was registered to | |
| $path | String The path the plugin was found in |
Reimplemented from Plugin.
Definition at line 21 of file RefManCitationPlugin.inc.php.
References Plugin.addLocaleData().
1.5.6