Translation2::get()
Translation2::get() -- Get translated string
概要
require_once 'Translation2.php'; |
string Translation2::get (string $stringID [, string $pageID = TRANSLATION2_DEFAULT_PAGEID [, string $langID = NULL [, string $defaultText = '']]])
説明
Fetch the string from the container. If the string is empty and the DefaultText
decorator is used, then return the $defaultText.
パラメータ
- string
$defaultText
Text to display when the string is empty.
NB: This parameter is only used in the DefaultText decorator
注意
この関数は、スタティックにコールする
ことはできません。