3 declare(strict_types=1);
35 string $a_postvar =
"" 39 $this->
lng = $DIC->language();
44 $this->list->setListClass(
"il_Explorer");
50 string $a_parent =
"0",
51 bool $a_checked =
false,
52 bool $a_disabled =
false,
53 string $a_img_src =
"",
54 string $a_img_alt =
"",
55 string $a_post_var =
"" 57 $this->list_nodes[$a_id] = array(
"text" => $a_text,
58 "parent" => $a_parent,
"checked" => $a_checked,
"disabled" => $a_disabled,
59 "img_src" => $a_img_src,
"img_alt" => $a_img_alt,
"post_var" => $a_post_var);
62 public function setValue(
string $a_value): void
64 $this->value = $a_value;
93 foreach ($this->list_nodes as
$id => $n) {
94 if ($n[
"post_var"] ==
"") {
97 $post_var = $n[
"post_var"];
106 if ($n[
"img_src"] !=
"") {
117 $item_html .= $n[
"text"];
119 $this->list->addListNode($item_html, (
string)
$id, $n[
"parent"]);
122 return $this->list->getHTML();
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static img(string $a_src, ?string $a_alt=null, $a_width="", $a_height="", $a_border=0, $a_id="", $a_class="")
Build img tag.
setVariable($variable, $value='')
Sets a variable value.
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
__construct(Container $dic, ilPlugin $plugin)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins