24 $input->setValue($this->
lng->txt(
"dcl_editable_in_table_gui"));
25 $input->setDisabled(
true);
42 $options = array(
"" => $this->
lng->txt(
"dcl_any"), 1 =>
">1", 2 =>
">2", 3 =>
">3", 4 =>
">4", 5 =>
"5");
43 $input->setOptions($options);
56 if (!$filter || $filter <= $value[
'avg']) {
getInputField(ilPropertyFormGUI $form, ?int $record_id=null)
getFilterInputFieldValue(ilTableFilterItem $input)
setupInputField(ilFormPropertyGUI $input, ilDclBaseFieldModel $field)
Sets basic settings on field-input.
getRecordFieldValue(?int $field_id)
Get Field Value.
addFilterItemByMetaType(string $id, int $type=self::FILTER_TEXT, bool $a_optional=false, string $caption="")
Add filter by standard type.
addFilterInputFieldToTable(ilTable2GUI $table)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setupFilterInputField(?ilTableFilterItem $input)
Set basic settings for filter-input-gui.
getField()
Return BaseFieldModel.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
passThroughFilter(ilDclBaseRecordModel $record, $filter)