LanguageAction class. More...
Public Member Functions | |
| downloadLocale ($locale, &$errors) | |
| getDownloadableLocales () | |
| isDownloadAvailable () | |
| LanguageAction () | |
LanguageAction class.
Definition at line 22 of file LanguageAction.inc.php.
| LanguageAction.downloadLocale | ( | $ | locale, | |
| &$ | errors | |||
| ) |
Download and install a locale.
| $locale | string | |
| $errors | array |
Definition at line 92 of file LanguageAction.inc.php.
References getDownloadableLocales().
| LanguageAction.getDownloadableLocales | ( | ) |
Get the list of locales that can be downloaded for the current version.
Definition at line 77 of file LanguageAction.inc.php.
Referenced by downloadLocale().
| LanguageAction.isDownloadAvailable | ( | ) |
Check to see whether the tar function exists and appears to be available for execution from PHP, and various other conditions that are required for locale downloading to be available.
Definition at line 39 of file LanguageAction.inc.php.
| LanguageAction.LanguageAction | ( | ) |
Constructor.
Definition at line 26 of file LanguageAction.inc.php.
1.7.1