ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilPCTabGUI.php
Go to the documentation of this file.
1 <?php
2 
24 {
25  public function executeCommand(): void
26  {
27  // get next class that processes or forwards current command
28  $next_class = $this->ctrl->getNextClass($this);
29 
30  // get current command
31  $cmd = $this->ctrl->getCmd();
32 
33  switch ($next_class) {
34  default:
35  $this->$cmd();
36  break;
37  }
38  }
39 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
User Interface for Editing of Page Content Objects (Paragraphs, Tables, ...)