2 require_once(
'./Services/UIComponent/classes/class.ilUIHookProcessor.php');
24 $this->ctrl = $DIC->ctrl();
33 $next_class = $this->ctrl->getNextClass($this);
34 switch ($next_class) {
36 $class_file = $this->ctrl->lookupClassPath($next_class);
37 if (is_file($class_file)) {
38 include_once($class_file);
39 $gui =
new $next_class();
40 $this->ctrl->forwardCommand($gui);
Class ilUIPluginRouterGUI.
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.