1 <?php declare(strict_types=1);
38 $option->
setInfo($this->lng->txt(
'tos_crit_type_usr_language_info'));
41 $this->lng->txt(
'language'),
42 $this->type->getTypeIdent() .
'_lng' 44 $languageSelection->setRequired(
true);
47 foreach ($this->lng->getInstalledLanguages() as
$lng) {
48 $options[
$lng] = $this->lng->txt(
'meta_l_' .
$lng);
53 $languageSelection->setOptions([
'' => $this->lng->txt(
'please_choose')] + $options);
54 $languageSelection->setValue((
string) ($config[
'lng'] ??
''));
56 $option->addSubItem($languageSelection);
67 'lng' => (
string) $form->
getInput($this->type->getTypeIdent() .
'_lng')
78 return $this->lng->txt(
'tos_crit_type_usr_language');
86 $lng = $config[
'lng'] ??
'';
88 if (!is_string(
$lng) || 2 !== strlen(
$lng)) {
89 return $uiFactory->
legacy(
'');
92 return $uiFactory->
legacy($this->lng->txt(
'meta_l_' . (
string)
$lng));
This class represents an option in a radio group.
Interface ilTermsOfServiceCriterionTypeGUI.
Class ilTermsOfServiceUserHasLanguageCriterionGUI.
__construct(ilTermsOfServiceUserHasLanguageCriterion $type, ilLanguage $lng)
ilTermsOfServiceUserHasLanguageCriterionGUI constructor.
setInfo($a_info)
Set Info.
Class ilTermsOfServiceCriterionConfig.
This is how the factory for UI elements looks.
legacy($content)
description: purpose: > This component is used to wrap an existing ILIAS UI element into a UI compon...
Class ilTermsOfServiceUserHasLanguageCriterion.
getIdentPresentation()
string
appendOption(ilRadioGroupInputGUI $group, ilTermsOfServiceCriterionConfig $config)
getValuePresentation(ilTermsOfServiceCriterionConfig $config, Factory $uiFactory)
Component
getConfigByForm(ilPropertyFormGUI $form)
ilTermsOfServiceCriterionConfig