Inheritance diagram for ProCiteCitationPlugin:

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