Inheritance diagram for CbeCitationPlugin:

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