Inheritance diagram for TranslatorHandler:

Public Member Functions | |
| check ($args) | |
| correctCr ($value) | |
| createFile ($args) | |
| deleteEmail ($args) | |
| deleteLocaleKey ($args) | |
| downloadLocaleFile ($args) | |
| edit ($args) | |
| editEmail ($args) | |
| editLocaleFile ($args) | |
| editMiscFile ($args) | |
| export ($args) | |
| index () | |
| saveEmail ($args) | |
| saveLocaleChanges ($args) | |
| saveLocaleFile ($args) | |
| saveMiscFile ($args) | |
| setupTemplate ($subclass=true) | |
| TranslatorHandler () | |
Public Attributes | |
| $plugin | |
Definition at line 22 of file TranslatorHandler.inc.php.
| TranslatorHandler.export | ( | $ | args | ) |
Export the locale files to the browser as a tarball. Requires /bin/tar for operation.
Definition at line 128 of file TranslatorHandler.inc.php.
References $plugin, TranslatorAction.export(), index(), Request.redirect(), and setupTemplate().
| TranslatorHandler.TranslatorHandler | ( | ) |
Constructor
Definition at line 29 of file TranslatorHandler.inc.php.
| TranslatorHandler.$plugin |
Plugin associated with this request
Definition at line 24 of file TranslatorHandler.inc.php.
Referenced by check(), createFile(), deleteEmail(), deleteLocaleKey(), downloadLocaleFile(), edit(), editEmail(), editLocaleFile(), editMiscFile(), export(), index(), saveEmail(), saveLocaleChanges(), saveLocaleFile(), and saveMiscFile().
1.4.7