ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Data Fields | |
const | PROP_SELECTION_TYPE = 'date_selection_type' |
const | PROP_SELECTION_OPTIONS = 'date_selection_options' |
![]() | |
const | PROP_SELECTION_TYPE = '' |
const | PROP_SELECTION_OPTIONS = '' |
Protected Member Functions | |
buildOptionsInput () | |
![]() | |
buildFieldCreationInput (ilObjDataCollection $dcl, string $mode='create') | |
buildOptionsInput () | |
![]() | |
setupFilterInputField (?ilTableFilterItem $input) | |
Set basic settings for filter-input-gui. More... | |
setupInputField (ilFormPropertyGUI $input, ilDclBaseFieldModel $field) | |
Sets basic settings on field-input. More... | |
getFilterInputFieldValue (ilTableFilterItem $input) | |
buildFieldCreationInput (ilObjDataCollection $dcl, string $mode='create') | |
Build the creation-input-field. More... | |
Additional Inherited Members | |
![]() | |
addFilterInputFieldToTable (ilTable2GUI $table) | |
![]() | |
__construct (ilDclBaseFieldModel $field) | |
addFilterInputFieldToTable (ilTable2GUI $table) | |
Add filter input to TableGUI. More... | |
passThroughFilter (ilDclBaseRecordModel $record, $filter) | |
Checks if a filter affects a record. More... | |
parseSortingValue (string $value, bool $link=true) | |
getInputField (ilPropertyFormGUI $form, ?int $record_id=null) | |
Returns field-input. More... | |
addFieldCreationForm (ilSubEnabledFormPropertyGUI $form, ilObjDataCollection $dcl, string $mode="create") | |
Adds the options for the field-types to the field-creation form. More... | |
getPropertyInputFieldId (string $property) | |
Return post-var for property-fields. More... | |
getField () | |
Return BaseFieldModel. More... | |
![]() | |
ilDclBaseFieldModel | $field |
ilLanguage | $lng |
ilCtrl | $ctrl |
ILIAS HTTP Services | $http |
ILIAS Refinery Factory | $refinery |
ilComponentRepository | $component_repository |
ilComponentFactory | $component_factory |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilDclDateSelectionFieldRepresentation.php.
|
protected |
Definition at line 24 of file class.ilDclDateSelectionFieldRepresentation.php.
References ILIAS\Repository\lng(), and ilDclGenericMultiInputGUI\setMulti().
const ilDclDateSelectionFieldRepresentation::PROP_SELECTION_OPTIONS = 'date_selection_options' |
Definition at line 22 of file class.ilDclDateSelectionFieldRepresentation.php.
const ilDclDateSelectionFieldRepresentation::PROP_SELECTION_TYPE = 'date_selection_type' |
Definition at line 21 of file class.ilDclDateSelectionFieldRepresentation.php.