19declare(strict_types=1);
37 public function render($a_mode =
''): string
39 $html = parent::render($a_mode);
42 'tpl.prop_template_select_container.html',
47 $tpl->setVariable(
'CONTENT', $html);
48 $tpl->setVariable(
'FIELDS', json_encode($this->
fields, JSON_THROW_ON_ERROR));
49 $tpl->setVariable(
'URL', $this->url);
special template class to simplify handling of ITX/PEAR
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc