19 declare(strict_types=1);
29 public function __construct(
string $a_title,
string $a_postvar,
string $url, array $fields)
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);
__construct(Container $dic, ilPlugin $plugin)
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl