require_once 'Translation2.php';
string Translation2::getRaw (string $stringID [, string $pageID = TRANSLATION2_DEFAULT_PAGEID [, string $langID = NULL [, string $defaultText = '']]])
string Translation2::getRaw
コンテナから文字列を取得します。文字列が空の場合は $defaultText を返します。
文字列が空の場合に代わりに表示するテキスト。
この関数は、スタティックにコールする ことはできません。