ILIAS
trunk Revision v12.0_alpha-1227-g7ff6d300864
◀ ilDoc Overview
class.ilDclTextSelectionFieldRepresentation.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
ilDclTextSelectionFieldRepresentation
extends
ilDclSelectionFieldRepresentation
22
{
23
protected
function
buildOptionsInput
():
ilDclGenericMultiInputGUI
24
{
25
$selection_options =
new
ilDclGenericMultiInputGUI
(
26
$this->
lng
->txt(
'dcl_selection_options'
),
27
'prop_'
. $this->field::PROP_SELECTION_OPTIONS
28
);
29
30
$selection_options->setInput(
new
ilTextInputGUI
());
31
32
return
$selection_options;
33
}
34
}
ilDclGenericMultiInputGUI
Definition:
class.ilDclGenericMultiInputGUI.php:25
ilDclSelectionFieldRepresentation
Definition:
class.ilDclSelectionFieldRepresentation.php:22
ilDclTextSelectionFieldRepresentation
Definition:
class.ilDclTextSelectionFieldRepresentation.php:22
ilDclTextSelectionFieldRepresentation\buildOptionsInput
buildOptionsInput()
Definition:
class.ilDclTextSelectionFieldRepresentation.php:23
ilTextInputGUI
This class represents a text property in a property form.
Definition:
class.ilTextInputGUI.php:28
ILIAS\Repository\lng
lng()
Definition:
trait.GlobalDICDomainServices.php:61
components
ILIAS
DataCollection
classes
Fields
TextSelection
class.ilDclTextSelectionFieldRepresentation.php
Generated on Wed Apr 8 2026 23:04:42 for ILIAS by
1.9.4 (using
Doxyfile
)