ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilDclTextSelectionFieldRepresentation.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22{
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}
This class represents a text property in a property form.