|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ContextStack. More...
Collaboration diagram for ILIAS\GlobalScreen\ScreenContext\Stack\ContextStack:Public Member Functions | |
| push (ScreenContext $context) | |
| getLast () | |
| getStack () | |
| getStackAsArray () | |
Protected Attributes | |
| array | $stack = [] |
Class ContextStack.
Definition at line 30 of file ContextStack.php.
| ILIAS\GlobalScreen\ScreenContext\Stack\ContextStack::getLast | ( | ) |
Definition at line 51 of file ContextStack.php.
| ILIAS\GlobalScreen\ScreenContext\Stack\ContextStack::getStack | ( | ) |
Definition at line 59 of file ContextStack.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextStack\$stack.
| ILIAS\GlobalScreen\ScreenContext\Stack\ContextStack::getStackAsArray | ( | ) |
Definition at line 67 of file ContextStack.php.
| ILIAS\GlobalScreen\ScreenContext\Stack\ContextStack::push | ( | ScreenContext | $context | ) |
| ScreenContext | $context |
Definition at line 40 of file ContextStack.php.
References $context.
|
protected |
Definition at line 35 of file ContextStack.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\Stack\ContextStack\getStack().