35 $this->
lng = $DIC->language();
36 $this->
ctrl = $DIC->ctrl();
37 $this->
http = $DIC->http();
39 $this->component_repository = $DIC[
"component.repository"];
40 $this->component_factory = $DIC[
"component.factory"];
59 $input->setTitle($this->
getField()->getTitle());
75 if (strpos($user->getFullname(), $filter) !==
false) {
116 $value = $input->getValue();
117 if (is_array($value)) {
118 if ($value[
'from'] || $value[
'to']) {
136 string $mode =
"create" 140 $form->addOption($opt);
150 if ($this->
getField()->getDatatypeId() !== null) {
151 $title = $this->field->getPresentationTitle();
152 $info = $this->field->getPresentationDescription();
154 $opt->setInfo($info);
165 return "prop_" . $property;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Readable part of repository interface to ilComponentDataDB.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilDclBaseFieldModel $field
ILIAS Refinery Factory $refinery
passThroughFilter(ilDclBaseRecordModel $record, $filter)
Checks if a filter affects a record.
parseSortingValue(string $value, bool $link=true)
__construct(ilDclBaseFieldModel $field)
getFilterInputFieldValue(ilTableFilterItem $input)
getInputField(ilPropertyFormGUI $form, ?int $record_id=null)
Returns field-input.
ilComponentFactory $component_factory
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setupInputField(ilFormPropertyGUI $input, ilDclBaseFieldModel $field)
Sets basic settings on field-input.
getRecordFieldValue(?int $field_id)
Get Field Value.
static http()
Fetches the global http state from ILIAS.
getPropertyInputFieldId(string $property)
Return post-var for property-fields.
addFieldCreationForm(ilSubEnabledFormPropertyGUI $form, ilObjDataCollection $dcl, string $mode="create")
Adds the options for the field-types to the field-creation form.
addFilterInputFieldToTable(ilTable2GUI $table)
Add filter input to TableGUI.
setupFilterInputField(?ilTableFilterItem $input)
Set basic settings for filter-input-gui.
buildFieldCreationInput(ilObjDataCollection $dcl, string $mode='create')
Build the creation-input-field.
getDescription()
Get description.
getField()
Return BaseFieldModel.
ilComponentRepository $component_repository
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS HTTP Services $http