|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\GlobalScreen\GUI\Tabs\Tabs:Public Member Functions | |
| __construct (private Translator $translator, private \ilCtrlInterface $ctrl, private \ilTabsGUI $tabs_gui, private Flow $flow,) | |
| activate (string $tab_id) | |
| build (string $id, string $language_key, array|URI $target, ?Tab $parent=null, ?string $handling_class=null,) | |
| show () | |
| structure () | |
| add (Tab ... $tab) | |
| backToMainTab () | |
Private Attributes | |
| Structure | $structure |
| string | $active_tab = null |
| string | $active_subtab = null |
| ILIAS\GlobalScreen\GUI\Tabs\Tabs::__construct | ( | private Translator | $translator, |
| private \ilCtrlInterface | $ctrl, | ||
| private \ilTabsGUI | $tabs_gui, | ||
| private Flow | $flow | ||
| ) |
Definition at line 37 of file Tabs.php.
References ILIAS\GlobalScreen\GUI\Tabs\Tabs\structure().
Here is the call graph for this function:| ILIAS\GlobalScreen\GUI\Tabs\Tabs::activate | ( | string | $tab_id | ) |
Definition at line 46 of file Tabs.php.
References ILIAS\GlobalScreen\GUI\Tabs\Tabs\structure().
Here is the call graph for this function:| ILIAS\GlobalScreen\GUI\Tabs\Tabs::add | ( | Tab ... | $tab | ) |
Definition at line 160 of file Tabs.php.
References ILIAS\GlobalScreen\GUI\Tabs\Tabs\structure().
Here is the call graph for this function:| ILIAS\GlobalScreen\GUI\Tabs\Tabs::backToMainTab | ( | ) |
Definition at line 167 of file Tabs.php.
References ilObjFooterAdministrationGUI\CMD_DEFAULT, ilFooterEntriesGUI\CMD_DEFAULT, and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ILIAS\GlobalScreen\GUI\Tabs\Tabs::build | ( | string | $id, |
| string | $language_key, | ||
| array|URI | $target, | ||
| ?Tab | $parent = null, |
||
| ?string | $handling_class = null |
||
| ) |
Definition at line 60 of file Tabs.php.
| ILIAS\GlobalScreen\GUI\Tabs\Tabs::show | ( | ) |
Definition at line 109 of file Tabs.php.
References ILIAS\GlobalScreen\GUI\Tabs\Tabs\structure().
Here is the call graph for this function:| ILIAS\GlobalScreen\GUI\Tabs\Tabs::structure | ( | ) |
Definition at line 155 of file Tabs.php.
References ILIAS\GlobalScreen\GUI\Tabs\Tabs\$structure.
Referenced by ILIAS\GlobalScreen\GUI\Tabs\Tabs\__construct(), ILIAS\GlobalScreen\GUI\Tabs\Tabs\activate(), ILIAS\GlobalScreen\GUI\Tabs\Tabs\add(), and ILIAS\GlobalScreen\GUI\Tabs\Tabs\show().
Here is the caller graph for this function:
|
private |
|
private |
|
private |
Definition at line 33 of file Tabs.php.
Referenced by ILIAS\GlobalScreen\GUI\Tabs\Tabs\structure().