Inheritance diagram for RefManCitationPlugin:
Public Member Functions | |
displayCitation (&$paper, $conference, $schedConf) | |
getCitationFormatName () | |
getDescription () | |
getDisplayName () | |
getName () | |
register ($category, $path) |
Definition at line 19 of file RefManCitationPlugin.inc.php.
RefManCitationPlugin.displayCitation | ( | &$ | paper, | |
$ | conference, | |||
$ | schedConf | |||
) |
Display a custom-formatted citation.
$paper | object | |
$conference | object | |
$schedConf | object |
Definition at line 53 of file RefManCitationPlugin.inc.php.
RefManCitationPlugin.getCitationFormatName | ( | ) |
Get the citation format name for this plugin.
Reimplemented from CitationPlugin.
Definition at line 39 of file RefManCitationPlugin.inc.php.
RefManCitationPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from CitationPlugin.
Definition at line 43 of file RefManCitationPlugin.inc.php.
RefManCitationPlugin.getDisplayName | ( | ) |
Get the display name of this plugin.
Reimplemented from CitationPlugin.
Definition at line 35 of file RefManCitationPlugin.inc.php.
RefManCitationPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from CitationPlugin.
Definition at line 31 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 20 of file RefManCitationPlugin.inc.php.