20 $selection_options =
new ilDclGenericMultiInputGUI($this->lng->txt(
'dcl_selection_options'),
'prop_' . static::PROP_SELECTION_OPTIONS);
21 $selection_options->setMulti(
true,
true);
23 $text =
new ilDateTimeInputGUI($this->lng->txt(
'dcl_selection_options'),
'selection_value');
24 $selection_options->addInput($text);
26 return $selection_options;
An exception for terminatinating execution or to throw for unit testing.
Class ilDclDateSelectionFieldRepresentation.
const PROP_SELECTION_TYPE
const PROP_SELECTION_OPTIONS
Class ilDclSelectionFieldRepresentation.