2require_once(
'./Services/UIComponent/classes/class.ilUIHookProcessor.php');
39 $next_class = $this->ctrl->getNextClass($this);
40 switch ($next_class) {
42 $class_file = $this->ctrl->lookupClassPath($next_class);
43 if (is_file($class_file)) {
44 include_once($class_file);
45 $gui =
new $next_class();
46 $this->ctrl->forwardCommand($gui);
An exception for terminatinating execution or to throw for unit testing.
Service ilRouterGUI This service is used by plugins.
executeCommand()
The only thing this execute Command does is forward the command in the command chain.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.