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);
Service ilRouterGUI This service is used by plugins.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
executeCommand()
The only thing this execute Command does is forward the command in the command chain.