30 public function __construct(
int $a_taxonomy_id,
string $a_postvar,
bool $a_multi =
false)
34 $this->
lng = $DIC->language();
35 $this->
ctrl = $DIC->ctrl();
36 $lng = $DIC->language();
37 $ilCtrl = $DIC->ctrl();
40 $this->multi_nodes = $a_multi;
41 $ilCtrl->setParameterByClass(
"ilformpropertydispatchgui",
"postvar", $a_postvar);
43 array(
"ilformpropertydispatchgui",
"iltaxselectinputgui"),
48 "tax_expl_" . $a_postvar
50 $this->explorer_gui->setSelectMode($a_postvar .
"_sel", $this->multi_nodes);
51 $this->explorer_gui->setSkipRootNode(
true);
61 if ((
int) $a_taxonomy_id == 0) {
71 $this->taxononmy_id = $a_val;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
loadLanguageModule(string $a_module)
Load language module.
static _lookupTitle(int $obj_id)
static _lookupTitle(int $a_obj_id)
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...