Inheritance diagram for TranslatorPlugin:

Public Member Functions | |
| getDescription () | |
| getDisplayName () | |
| getManagementVerbs () | |
| getName () | |
| handleRequest ($hookName, $args) | |
| isSitePlugin () | |
| manage ($verb, $args, &$message) | |
| register ($category, $path) | |
Definition at line 19 of file TranslatorPlugin.inc.php.
| TranslatorPlugin.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 TranslatorPlugin.inc.php.
References Plugin.getSetting(), and handleRequest().
1.4.7