ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Class ContextServices. More...
Public Member Functions | |
__construct () | |
ContextServices constructor. More... | |
stack () | |
current () | |
claim () | |
collection () | |
availableContexts () | |
Private Attributes | |
ContextRepository | $context_repository |
ContextCollection | $collection |
Class ContextServices.
Definition at line 30 of file ContextServices.php.
ILIAS\GlobalScreen\ScreenContext\ContextServices::__construct | ( | ) |
ContextServices constructor.
Definition at line 39 of file ContextServices.php.
References ILIAS\GlobalScreen\ScreenContext\ContextServices\collection().
ILIAS\GlobalScreen\ScreenContext\ContextServices::availableContexts | ( | ) |
Definition at line 77 of file ContextServices.php.
References ILIAS\GlobalScreen\ScreenContext\ContextServices\$context_repository.
ILIAS\GlobalScreen\ScreenContext\ContextServices::claim | ( | ) |
Definition at line 64 of file ContextServices.php.
References ILIAS\GlobalScreen\ScreenContext\ContextServices\$collection.
ILIAS\GlobalScreen\ScreenContext\ContextServices::collection | ( | ) |
Definition at line 69 of file ContextServices.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextServices\__construct(), and ILIAS\GlobalScreen\ScreenContext\ContextServices\current().
ILIAS\GlobalScreen\ScreenContext\ContextServices::current | ( | ) |
Definition at line 56 of file ContextServices.php.
References ILIAS\GlobalScreen\ScreenContext\ContextServices\collection().
ILIAS\GlobalScreen\ScreenContext\ContextServices::stack | ( | ) |
Definition at line 48 of file ContextServices.php.
References ILIAS\GlobalScreen\ScreenContext\ContextServices\$collection.
|
private |
Definition at line 34 of file ContextServices.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextServices\claim(), and ILIAS\GlobalScreen\ScreenContext\ContextServices\stack().
|
private |
Definition at line 32 of file ContextServices.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextServices\availableContexts().