ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\GlobalScreen\GUI\I18n\MultiLanguage Class Reference
+ Collaboration diagram for ILIAS\GlobalScreen\GUI\I18n\MultiLanguage:

Public Member Functions

 __construct (private ?TranslationsRepository $repository=null)
 
 isSupported ()
 
 repository ()
 

Detailed Description

Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s

Definition at line 29 of file MultiLanguage.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\GlobalScreen\GUI\I18n\MultiLanguage::__construct ( private ?TranslationsRepository  $repository = null)

Definition at line 31 of file MultiLanguage.php.

33 {
34 }

Member Function Documentation

◆ isSupported()

ILIAS\GlobalScreen\GUI\I18n\MultiLanguage::isSupported ( )

Definition at line 36 of file MultiLanguage.php.

36 : bool
37 {
38 return $this->repository !== null;
39 }

References ILIAS\GlobalScreen\GUI\I18n\MultiLanguage\repository().

+ Here is the call graph for this function:

◆ repository()


The documentation for this class was generated from the following file: