
Public Member Functions | |
| getCitationFormatName () | |
| getDescription () | |
| getDisplayName () | |
| getName () | |
| register ($category, $path) | |
Definition at line 20 of file TurabianCitationPlugin.inc.php.
| TurabianCitationPlugin.getCitationFormatName | ( | ) |
Get the citation format name for this plugin.
Reimplemented from CitationPlugin.
Definition at line 40 of file TurabianCitationPlugin.inc.php.
References Locale.translate().
| TurabianCitationPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from CitationPlugin.
Definition at line 44 of file TurabianCitationPlugin.inc.php.
References Locale.translate().
| TurabianCitationPlugin.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 TurabianCitationPlugin.inc.php.
References Locale.translate().
| TurabianCitationPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from CitationPlugin.
Definition at line 32 of file TurabianCitationPlugin.inc.php.
| TurabianCitationPlugin.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 TurabianCitationPlugin.inc.php.
References Plugin.addLocaleData().
1.5.6