27 return parent::parseFormInput($value);
30 public function getHTML(
bool $link =
true, array $options = []): string
32 $return = parent::getHTML();
34 $return = str_replace(
'; ',
'<br>', $return);
getField()
Getter shortcut for field.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
parseFormInput($value)
function parses stored value to the variable needed to fill into the form for editing.
getHTML(bool $link=true, array $options=[])
Outputs html of a certain field.