ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
add (Tab $tab) | |
get () | |
getById (string $id) | |
getByHandlingClass (string $handling_class) | |
Private Attributes | |
array | $tabs = [] |
Definition at line 27 of file Structure.php.
ILIAS\GlobalScreen\GUI\Tabs\Structure::add | ( | Tab | $tab | ) |
Definition at line 34 of file Structure.php.
References ILIAS\GlobalScreen\GUI\Tabs\Tab\getId(), and ILIAS\Repository\tabs().
ILIAS\GlobalScreen\GUI\Tabs\Structure::get | ( | ) |
Definition at line 42 of file Structure.php.
References ILIAS\GlobalScreen\GUI\Tabs\Structure\$tabs.
ILIAS\GlobalScreen\GUI\Tabs\Structure::getByHandlingClass | ( | string | $handling_class | ) |
Definition at line 52 of file Structure.php.
References ILIAS\Repository\tabs().
ILIAS\GlobalScreen\GUI\Tabs\Structure::getById | ( | string | $id | ) |
Definition at line 47 of file Structure.php.
References $id, and ILIAS\Repository\tabs().
|
private |
Definition at line 32 of file Structure.php.
Referenced by ILIAS\GlobalScreen\GUI\Tabs\Structure\get().