21 public function getHTML(
bool $link =
true, array $options = []): string
26 if (!$value || $value ==
"-") {
30 if (!is_array($value)) {
36 foreach ($value as $k => $v) {
41 $value = array_values($value);
48 $ref_table = $ref_record->getTable();
49 $ref_id = $this->
http->wrapper()->query()->retrieve(
'ref_id', $this->
refinery->kindlyTo()->int());
50 if ($v !== null && $v !==
'' && $v !==
'-') {
51 $view = $ref_record->getTable()->getFirstTableViewId(
$ref_id, $this->
user->getId(),
true);
62 return implode(
'<br>', $items);
67 $this->
ctrl->setParameterByClass(ilDclDetailedViewGUI::class,
"table_id", $record->
getTableId());
68 $this->
ctrl->setParameterByClass(ilDclDetailedViewGUI::class,
"record_id", $record->
getId());
69 $this->
ctrl->setParameterByClass(ilDclDetailedViewGUI::class,
"tableview_id", $view);
70 $html = $this->factory->link()->standard(
72 $this->
ctrl->getLinkTargetByClass(
73 ilDclDetailedViewGUI::class,
78 return $this->renderer->render($html);
87 if (!$value || $value == []) {
const PROP_REFERENCE_LINK
setValue($value, bool $omit_parsing=false)
Set value for record field.
parseFormInput($value)
function parses stored value to the variable needed to fill into the form for editing.
getRecordFieldValue(?int $field_id)
Get Field Value.
static http()
Fetches the global http state from ILIAS.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
doUpdate()
Update object in database.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getRecordCache(?int $record_id)
getRecordField()
Get Record Field.
getLinkHTML(ilDclBaseRecordModel $record, int $view)
ilDclBaseRecordFieldModel $record_field
getHTML(bool $link=true, array $options=[])