ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilPCTabGUI.php
Go to the documentation of this file.
1
<?php
2
23
class
ilPCTabGUI
extends
ilPageContentGUI
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
}
ilPCTabGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilPCTabGUI.php:23
ilPCTabGUI\executeCommand
executeCommand()
Definition:
class.ilPCTabGUI.php:25
ILIAS\Repository\ctrl
ctrl()
Definition:
trait.GlobalDICGUIServices.php:63
ilPageContentGUI
User Interface for Editing of Page Content Objects (Paragraphs, Tables, ...)
Definition:
class.ilPageContentGUI.php:29
components
ILIAS
COPage
PC
Tabs
class.ilPCTabGUI.php
Generated on Sun Aug 31 2025 23:02:41 for ILIAS by
1.8.13 (using
Doxyfile
)