Public Member Functions | |
setLanguage ($langCode) | |
addDomain ($domain, $path=false) | |
_getTranslation ($key) | |
reset () | |
setVar ($key, $value) | |
setVars ($hash) | |
gettext ($key) | |
_getVar ($name) | |
Public Attributes | |
$_interpolationVars = array() |
Definition at line 221 of file GetText.php.
|
Retrieve translation for specified key. private Reimplemented in GetText_PHPSupport. Definition at line 261 of file GetText.php. References _getTranslation(), and gettext(). Referenced by _getTranslation(). |
|
Retrieve an interpolation variable value.
Definition at line 329 of file GetText.php. |
|
Add a translation domain. Reimplemented in GetText_PHPSupport. Definition at line 246 of file GetText.php. References addDomain(), and path. Referenced by addDomain(). |
|
Retrieve translation for specified key.
Definition at line 298 of file GetText.php. References _getVar(), and gettext(). Referenced by _getTranslation(), and gettext(). |
|
Reset interpolation variables. Definition at line 270 of file GetText.php. |
|
Set gettext language code.
Reimplemented in GetText_PHPSupport. Definition at line 229 of file GetText.php. References setLanguage(). Referenced by setLanguage(). |
|
Set an interpolation variable. Definition at line 278 of file GetText.php. References setVar(). Referenced by setVar(). |
|
Set an associative array of interpolation variables. Definition at line 286 of file GetText.php. References setVars(). Referenced by setVars(). |
|
Definition at line 223 of file GetText.php. |