34 $this->
lng = $DIC->language();
35 $this->
access = $DIC->access();
36 $this->
ctrl = $DIC->ctrl();
37 $this->
http = $DIC->http();
39 $this->factory = $DIC->ui()->factory();
40 $this->renderer = $DIC->ui()->renderer();
41 $this->
user = $DIC->user();
69 if (!is_null($value)) {
87 public function getHTML(
bool $link =
true, array $options = []): string
95 public function getSingleHTML(?array $options = null,
bool $link =
true): string
97 return $this->
getHTML($link, $options);
130 return $this->record_field->getField();
138 return $this->record_field->getRecord();
fillRow(ilTemplate $tpl)
Fills row with record data.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS Refinery Factory $refinery
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getFormGUI(ilPropertyFormGUI $formGUI)
getRecord()
Getter shortcut for record.
ILIAS UI Renderer $renderer
getField()
Getter shortcut for field.
getHTML(bool $link=true, array $options=[])
Outputs html of a certain field.
ILIAS HTTP Services $http
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
fillFormInput(ilPropertyFormGUI $form)
Fills the form with the value of a record.
__construct(ilDclBaseRecordFieldModel $record_field)
static http()
Fetches the global http state from ILIAS.
getFormInput()
Gets the value from from the record field.
getSingleHTML(?array $options=null, bool $link=true)
Returns data for single record view.
parseFormInput($value)
function parses stored value to the variable needed to fill into the form for editing.
getConfirmationHTML()
Returns data for confirmation list When returning false, attribute is ignored in list.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getRecordField()
Get Record Field.
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
ilDclBaseRecordFieldModel $record_field