ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Class ContextStack. More...
Public Member Functions | |
push (ScreenContext $context) | |
getLast () | |
getStack () | |
getStackAsArray () | |
Protected Attributes | |
array | $stack = [] |
Class ContextStack.
Definition at line 29 of file ContextStack.php.
ILIAS\GlobalScreen\ScreenContext\Stack\ContextStack::getLast | ( | ) |
Definition at line 50 of file ContextStack.php.
ILIAS\GlobalScreen\ScreenContext\Stack\ContextStack::getStack | ( | ) |
Definition at line 58 of file ContextStack.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextStack\$stack.
ILIAS\GlobalScreen\ScreenContext\Stack\ContextStack::getStackAsArray | ( | ) |
Definition at line 66 of file ContextStack.php.
ILIAS\GlobalScreen\ScreenContext\Stack\ContextStack::push | ( | ScreenContext | $context | ) |
ScreenContext | $context |
Definition at line 39 of file ContextStack.php.
References $context.
|
protected |
Definition at line 34 of file ContextStack.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\Stack\ContextStack\getStack().