Inheritance diagram for CustomLocalePlugin:

Public Member Functions | |
| addCustomLocale ($hookName, $args) | |
| getDescription () | |
| getDisplayName () | |
| getEnabled () | |
| getManagementVerbs () | |
| getName () | |
| manage ($verb, $args, &$message) | |
| register ($category, $path) | |
| setEnabled ($enabled) | |
| smartyPluginUrl ($params, &$smarty) | |
$Id$
Definition at line 20 of file CustomLocalePlugin.inc.php.
| CustomLocalePlugin.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 22 of file CustomLocalePlugin.inc.php.
References addCustomLocale(), Request.getConference(), getEnabled(), and AppLocale.getLocale().
1.4.7