Static Public Member Functions |
static | t ($str= '', $params=array(), $dic= 'language') |
Public Attributes |
| $languages = array() |
Detailed Description
Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales.nosp@m.@gen.nosp@m.tics..nosp@m.com http://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.
Definition at line 11 of file LanguageModule.php.
Member Function Documentation
static LanguageModule::t |
( |
|
$str = '' , |
|
|
|
$params = array() , |
|
|
|
$dic = 'language' |
|
) |
| |
|
static |
Translates a message to the specified language.
- Parameters
-
string | $str | message |
array | $params | params |
string | $dic | dictionary |
- Returns
- string
Definition at line 28 of file LanguageModule.php.
{
return Yii::t(
"LanguageModule." . $dic, $str, $params);
}
The documentation for this class was generated from the following file: