Static Public Member Functions | |
| static | __ ($key, $show=false, $out=true) |
Private Member Functions | |
| __construct () | |
Static Private Member Functions | |
| static | initCfg () |
Static Private Attributes | |
| static | $cfg |
Get translation
Definition at line 10 of file tr.class.php.
| __construct | ( | ) | [private] |
No instanciation for this class
Definition at line 22 of file tr.class.php.
| static __ | ( | $ | key, | |
| $ | show = false, |
|||
| $ | out = true | |||
| ) | [static] |
Get the translation for a keyword
| string | $key The keyword | |
| bool | $show Indicate if the word found should be directly shown | |
| bool | $out Indicate if the word should be outted |
Definition at line 40 of file tr.class.php.
| static initCfg | ( | ) | [static, private] |
Init the session configuration
Definition at line 27 of file tr.class.php.
$cfg [static, private] |
Definition at line 17 of file tr.class.php.
1.7.1