| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilObjectTranslationLanguage:Public Member Functions | |
| __construct (string $language_code, string $title, string $description, bool $default) | |
| getLanguageCode () | |
| setLanguageCode (string $language_code) | |
| getTitle () | |
| setTitle (string $title) | |
| getDescription () | |
| setDescription (string $description) | |
| isDefault () | |
| setDefault (bool $default) | |
Protected Attributes | |
| string | $language_code | 
| string | $title | 
| string | $description | 
| bool | $default = false | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 21 of file class.ilObjectTranslationLanguage.php.
| ilObjectTranslationLanguage::__construct | ( | string | $language_code, | 
| string | $title, | ||
| string | $description, | ||
| bool | $default | ||
| ) | 
Definition at line 28 of file class.ilObjectTranslationLanguage.php.
References $default, $description, $language_code, and $title.
| ilObjectTranslationLanguage::getDescription | ( | ) | 
Definition at line 56 of file class.ilObjectTranslationLanguage.php.
References $description.
| ilObjectTranslationLanguage::getLanguageCode | ( | ) | 
Definition at line 36 of file class.ilObjectTranslationLanguage.php.
References $language_code.
| ilObjectTranslationLanguage::getTitle | ( | ) | 
Definition at line 46 of file class.ilObjectTranslationLanguage.php.
References $title.
| ilObjectTranslationLanguage::isDefault | ( | ) | 
Definition at line 66 of file class.ilObjectTranslationLanguage.php.
References $default.
| ilObjectTranslationLanguage::setDefault | ( | bool | $default | ) | 
Definition at line 71 of file class.ilObjectTranslationLanguage.php.
References $default.
| ilObjectTranslationLanguage::setDescription | ( | string | $description | ) | 
Definition at line 61 of file class.ilObjectTranslationLanguage.php.
References $description.
| ilObjectTranslationLanguage::setLanguageCode | ( | string | $language_code | ) | 
Definition at line 41 of file class.ilObjectTranslationLanguage.php.
References $language_code.
| ilObjectTranslationLanguage::setTitle | ( | string | $title | ) | 
Definition at line 51 of file class.ilObjectTranslationLanguage.php.
References $title.
      
  | 
  protected | 
Definition at line 26 of file class.ilObjectTranslationLanguage.php.
Referenced by __construct(), isDefault(), and setDefault().
      
  | 
  protected | 
Definition at line 25 of file class.ilObjectTranslationLanguage.php.
Referenced by __construct(), getDescription(), and setDescription().
      
  | 
  protected | 
Definition at line 23 of file class.ilObjectTranslationLanguage.php.
Referenced by __construct(), getLanguageCode(), and setLanguageCode().
      
  | 
  protected | 
Definition at line 24 of file class.ilObjectTranslationLanguage.php.
Referenced by __construct(), getTitle(), and setTitle().