26 global $ilPluginAdmin;
28 include_once(
"./Services/UIComponent/classes/class.ilUIHookPluginGUI.php");
31 $pl_names = $ilPluginAdmin->getActivePluginsForSlot(
IL_COMP_SERVICE,
"UIComponent",
"uihk");
33 foreach ($pl_names as $pl)
36 $gui_class = $ui_plugin->getUIClassInstance();
37 $resp = $gui_class->getHTML($a_comp, $a_part, $a_pars);
44 $this->prepend[] = $resp[
"html"];
48 $this->append[] = $resp[
"html"];
54 $this->replace = $resp[
"html"];
70 return $this->replaced;
85 foreach ($this->append as $a)
89 foreach ($this->prepend as $p)