2 require_once(
'./Services/UIComponent/classes/class.ilUIHookProcessor.php');
29 $next_class = $this->ctrl->getNextClass($this);
30 switch ($next_class) {
32 $class_file = $this->ctrl->lookupClassPath($next_class);
33 if (is_file($class_file)) {
34 include_once($class_file);
35 $gui =
new $next_class();
36 $this->ctrl->forwardCommand($gui);