19 declare(strict_types=1);
70 return "il_dcl_tfield_set";
78 public function setId(
int $id): void
128 $setting = self::where([
'table_id' => $table_id,
'field' => $field])->
first();
130 $setting =
new self();
131 $setting->setField($field);
132 $setting->setTableId($table_id);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTableId(int $table_id)
setFieldOrder(int $field_order)
static getInstance(int $table_id, string $field)
static returnDbTableName()
Return the Name of your Database Table
setExportable(bool $exportable)