33 if (is_file($class_file)) {
34 include_once($class_file);
35 $gui = $next_class::getInstance();
This class provides processing control methods.
lookupClassPath($a_class_name)
Get class path that can be used in include statements for a given class name.
getNextClass($a_gui_class=null)
Get next class in the control path from the current class to the target command class.
executeCommand()
The only thing this execute Command does is forward the command in the command chain.
Service ilViewRouterGUI This service is used by LTI.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
forwardCommand($a_gui_object)
Forward flow of control to next gui class this invokes the executeCommand() method of the gui object ...