ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
class.ilDclDateSelectionFieldRepresentation.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
ilDclDateSelectionFieldRepresentation
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
$date =
new
ilDateTimeInputGUI
($this->
lng
->txt(
'dcl_selection_options'
),
'selection_value'
);
31
$selection_options->setInput($date);
32
33
return
$selection_options;
34
}
35
}
ilDclDateSelectionFieldRepresentation
Definition:
class.ilDclDateSelectionFieldRepresentation.php:21
ilDclSelectionFieldRepresentation
Definition:
class.ilDclSelectionFieldRepresentation.php:21
ilDateTimeInputGUI
This class represents a date/time property in a property form.
Definition:
class.ilDateTimeInputGUI.php:26
ILIAS\Repository\lng
lng()
Definition:
trait.GlobalDICDomainServices.php:61
ilDclGenericMultiInputGUI
Definition:
class.ilDclGenericMultiInputGUI.php:24
ilDclDateSelectionFieldRepresentation\buildOptionsInput
buildOptionsInput()
Definition:
class.ilDclDateSelectionFieldRepresentation.php:23
components
ILIAS
DataCollection
classes
Fields
DateSelection
class.ilDclDateSelectionFieldRepresentation.php
Generated on Wed Sep 10 2025 15:15:26 for ILIAS by
1.8.13 (using
Doxyfile
)