ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
__construct () | |
txt (string $a_topic, string $a_default_lang_fallback_mod='') | |
toJS ($a_lang_key, ?ilGlobalTemplateInterface $a_tpl=null) | |
loadLanguageModule (string $a_module) | |
getLangKey () | |
![]() | |
toJS ($key) | |
Data Fields | |
array | $requested = [] |
string | $lang_module = 'common' |
string | $lang_key = 'en' |
Definition at line 27 of file TestCase.php.
ILIAS\Tests\Refinery\ilLanguageMock::__construct | ( | ) |
Definition at line 34 of file TestCase.php.
ILIAS\Tests\Refinery\ilLanguageMock::getLangKey | ( | ) |
Implements ILIAS\Language\Language.
Definition at line 52 of file TestCase.php.
References ILIAS\Tests\Refinery\ilLanguageMock\$lang_key.
ILIAS\Tests\Refinery\ilLanguageMock::loadLanguageModule | ( | string | $a_module | ) |
ILIAS\Tests\Refinery\ilLanguageMock::toJS | ( | $a_lang_key, | |
?ilGlobalTemplateInterface | $a_tpl = null |
||
) |
Definition at line 44 of file TestCase.php.
ILIAS\Tests\Refinery\ilLanguageMock::txt | ( | string | $a_topic, |
string | $a_default_lang_fallback_mod = '' |
||
) |
Implements ILIAS\Language\Language.
Definition at line 38 of file TestCase.php.
string ILIAS\Tests\Refinery\ilLanguageMock::$lang_key = 'en' |
Definition at line 32 of file TestCase.php.
Referenced by ILIAS\Tests\Refinery\ilLanguageMock\getLangKey().
string ILIAS\Tests\Refinery\ilLanguageMock::$lang_module = 'common' |
Definition at line 31 of file TestCase.php.
array ILIAS\Tests\Refinery\ilLanguageMock::$requested = [] |
Definition at line 30 of file TestCase.php.