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)
 
An exception for terminatinating execution or to throw for unit testing.
static getPluginObject($a_ctype, $a_cname, $a_slot_id, $a_pname)
Get Plugin Object.
UI interface hook processor.
replaced()
Should HTML be replaced completely?
__construct($a_comp, $a_part, $a_pars)
Constructor.