gyro/core/lib/components/translator.cls.php File Reference
Go to the source code of this file.
Classes |
|
| class | Translator |
| Translates strings. More... |
|
Functions |
|
| tr ($text, $group= '', $params=NULL) | |
| Wrapper to Translation instance. |
|
Function Documentation
| tr | ( | $ | text, | |
| $ | group = '', |
|||
| $ | params = NULL |
|||
| ) |
Wrapper to Translation instance.
Definition at line 152 of file translator.cls.php.
00152 { 00153 return Translator::Instance()->translate($text, $group, $params); 00154 }
