19declare(strict_types=1);
23 public function getHTML(
bool $link =
true, array $options = []): string
34 $this->
ctrl->setParameterByClass(ilRatingGUI::class,
"detail_view", $this->
ctrl->getCmd() ===
'renderRecord' ?
'1' :
'0');
35 if (isset($options[
'tableview_id'])) {
36 $this->
ctrl->setParameterByClass(ilObjDataCollectionGUI::class,
'tableview_id', $options[
'tableview_id']);
38 return $rgui->getHTML();
getRecordField()
Get Record Field.
getField()
Getter shortcut for field.
getRecord()
Getter shortcut for record.
fillFormInput(ilPropertyFormGUI $form)
@inheritDoc
getHTML(bool $link=true, array $options=[])
Outputs html of a certain field.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...