|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\ILIASObject\Properties\Translations\Language:Public Member Functions | |
| __construct (private readonly string $language_code, private string $title, private string $description, private bool $default=false, private bool $base=false) | |
| getLanguageCode () | |
| getTitle () | |
| withTitle (string $title) | |
| getDescription () | |
| withDescription (string $description) | |
| isDefault () | |
| withDefault (bool $default) | |
| isBase () | |
| withBase (bool $base) | |
| toForm (\ilLanguage $language, FieldFactory $field_factory, Refinery $refinery) | |
| toRow (DataRowBuilder $row_builder, SystemLanguage $lng) | |
Private Member Functions | |
| getTranslatedLanguageName (SystemLanguage $lng, string $language_code) | |
Definition at line 29 of file Language.php.
| ILIAS\ILIASObject\Properties\Translations\Language::__construct | ( | private readonly string | $language_code, |
| private string | $title, | ||
| private string | $description, | ||
| private bool | $default = false, |
||
| private bool | $base = false |
||
| ) |
Definition at line 31 of file Language.php.
| ILIAS\ILIASObject\Properties\Translations\Language::getDescription | ( | ) |
Definition at line 57 of file Language.php.
| ILIAS\ILIASObject\Properties\Translations\Language::getLanguageCode | ( | ) |
Definition at line 40 of file Language.php.
Referenced by ILIAS\ILIASObject\Properties\Translations\Translations\withLanguage().
Here is the caller graph for this function:| ILIAS\ILIASObject\Properties\Translations\Language::getTitle | ( | ) |
Definition at line 45 of file Language.php.
|
private |
Definition at line 139 of file Language.php.
| ILIAS\ILIASObject\Properties\Translations\Language::isBase | ( | ) |
Definition at line 81 of file Language.php.
Referenced by ILIAS\ILIASObject\Properties\Translations\Translations\withLanguage().
Here is the caller graph for this function:| ILIAS\ILIASObject\Properties\Translations\Language::isDefault | ( | ) |
Definition at line 69 of file Language.php.
Referenced by ILIAS\ILIASObject\Properties\Translations\Translations\withLanguage().
Here is the caller graph for this function:| ILIAS\ILIASObject\Properties\Translations\Language::toForm | ( | \ilLanguage | $language, |
| FieldFactory | $field_factory, | ||
| Refinery | $refinery | ||
| ) |
Definition at line 93 of file Language.php.
| ILIAS\ILIASObject\Properties\Translations\Language::toRow | ( | DataRowBuilder | $row_builder, |
| SystemLanguage | $lng | ||
| ) |
Definition at line 122 of file Language.php.
| ILIAS\ILIASObject\Properties\Translations\Language::withBase | ( | bool | $base | ) |
Definition at line 86 of file Language.php.
Referenced by ILIAS\ILIASObject\Properties\Translations\Translations\withLanguage().
Here is the caller graph for this function:| ILIAS\ILIASObject\Properties\Translations\Language::withDefault | ( | bool | $default | ) |
Definition at line 74 of file Language.php.
| ILIAS\ILIASObject\Properties\Translations\Language::withDescription | ( | string | $description | ) |
Definition at line 62 of file Language.php.
| ILIAS\ILIASObject\Properties\Translations\Language::withTitle | ( | string | $title | ) |
Definition at line 50 of file Language.php.