19 declare(strict_types=1);
37 ?
string $id_for_label =
null,
38 ?
string $dependant_group_html =
null 40 $tpl = $this->
getTemplate(
"tpl.context_form.html",
true,
true);
42 $tpl->setVariable(
"INPUT", $input_html);
45 $tpl->setCurrentBlock(
"for");
46 $tpl->setVariable(
"ID", $id_for_label);
47 $tpl->parseCurrentBlock();
51 $tpl->setVariable(
"LABEL", $label);
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getTemplate(string $name, bool $purge_unfilled_vars, bool $purge_unused_blocks)
Get template of component this renderer is made for.
wrapInFormContext(FormInput $component, string $label, string $input_html, ?string $id_for_label=null, ?string $dependant_group_html=null)