Inheritance diagram for ApaCitationPlugin:

Public Member Functions | |
| cite (&$paper) | |
| getCitationFormatName () | |
| getDescription () | |
| getDisplayName () | |
| getName () | |
| register ($category, $path) | |
Definition at line 19 of file ApaCitationPlugin.inc.php.
| ApaCitationPlugin.cite | ( | &$ | paper | ) |
Return an HTML-formatted citation. Default implementation displays an HTML-based citation using the citation.tpl template in the plugin path.
| $paper | object |
Definition at line 53 of file ApaCitationPlugin.inc.php.
References CitationPlugin.displayCitation().
| ApaCitationPlugin.getCitationFormatName | ( | ) |
Get the citation format name for this plugin.
Reimplemented from CitationPlugin.
Definition at line 39 of file ApaCitationPlugin.inc.php.
| ApaCitationPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from CitationPlugin.
Definition at line 43 of file ApaCitationPlugin.inc.php.
| ApaCitationPlugin.getDisplayName | ( | ) |
Get the display name of this plugin.
Reimplemented from CitationPlugin.
Definition at line 35 of file ApaCitationPlugin.inc.php.
| ApaCitationPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from CitationPlugin.
Definition at line 31 of file ApaCitationPlugin.inc.php.
| ApaCitationPlugin.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 ApaCitationPlugin.inc.php.
1.4.7