| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\Tests\Refinery\ilLanguageMock:
 Collaboration diagram for ILIAS\Tests\Refinery\ilLanguageMock: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) | |
Data Fields | |
| array | $requested = [] | 
| string | $lang_module = 'common' | 
Definition at line 27 of file TestCase.php.
| ILIAS\Tests\Refinery\ilLanguageMock::__construct | ( | ) | 
Definition at line 33 of file TestCase.php.
| ILIAS\Tests\Refinery\ilLanguageMock::loadLanguageModule | ( | string | $a_module | ) | 
| ILIAS\Tests\Refinery\ilLanguageMock::toJS | ( | $a_lang_key, | |
| ilGlobalTemplateInterface | $a_tpl = null  | 
        ||
| ) | 
Definition at line 43 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 37 of file TestCase.php.
| 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.