3 declare(strict_types=1);
5 use \ILIAS\UI\Component\Input\Field;
6 use \ILIAS\Refinery\Factory as
Refinery;
91 return $input->section(
93 $input->text($lng->
txt(
"iass_contact"))
96 $input->text($lng->
txt(
"iass_responsibility"))
98 $input->text($lng->
txt(
"iass_phone"))
99 ->withValue((
string) $this->
getPhone()),
100 $input->textarea($lng->
txt(
"iass_mails"), $lng->
txt(
"iass_info_emails_expl"))
101 ->withValue((
string) $this->
getMails()),
102 $input->textarea($lng->
txt(
"iass_consultation_hours"))
105 $lng->
txt(
"settings")
106 )->withAdditionalTransformation(
107 $refinery->custom()->transformation(
function ($value) {
toFormInput(Field\Factory $input, \ilLanguage $lng, Refinery $refinery)
__construct(int $obj_id, ?string $contact, ?string $responsibility, ?string $phone, ?string $mails, ?string $consultation_hours)
txt($a_topic, $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...