19 declare(strict_types=1);
35 ?
string $contact = null,
36 ?
string $responsibility = null,
37 ?
string $phone = null,
38 ?
string $mails = null,
39 ?
string $consultation_hours = null
84 return $input->section(
86 $input->text($lng->
txt(
"iass_contact"))
89 $input->text($lng->
txt(
"iass_responsibility"))
91 $input->text($lng->
txt(
"iass_phone"))
93 $input->textarea($lng->
txt(
"iass_mails"), $lng->
txt(
"iass_info_emails_expl"))
95 $input->textarea($lng->
txt(
"iass_consultation_hours"))
100 $refinery->custom()->transformation(
function ($value) {
txt(string $a_topic, string $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...
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(int $obj_id, ?string $contact=null, ?string $responsibility=null, ?string $phone=null, ?string $mails=null, ?string $consultation_hours=null)
toFormInput(Field\Factory $input, ilLanguage $lng, Refinery $refinery)
string $consultation_hours
Refinery Factory $refinery