|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ContextServices. More...
Collaboration diagram for ILIAS\GlobalScreen\ScreenContext\ContextServices:Public Member Functions | |
| __construct () | |
| ContextServices constructor. More... | |
| stack () | |
| current () | |
| claim () | |
| collection () | |
| availableContexts () | |
Private Attributes | |
| $context_repository | |
| $collection | |
Class ContextServices.
Definition at line 11 of file ContextServices.php.
| ILIAS\GlobalScreen\ScreenContext\ContextServices::__construct | ( | ) |
ContextServices constructor.
Definition at line 27 of file ContextServices.php.
References ILIAS\GlobalScreen\ScreenContext\ContextServices\collection().
Here is the call graph for this function:| ILIAS\GlobalScreen\ScreenContext\ContextServices::availableContexts | ( | ) |
Definition at line 73 of file ContextServices.php.
References ILIAS\GlobalScreen\ScreenContext\ContextServices\$context_repository.
| ILIAS\GlobalScreen\ScreenContext\ContextServices::claim | ( | ) |
Definition at line 55 of file ContextServices.php.
References ILIAS\GlobalScreen\ScreenContext\ContextServices\$collection.
| ILIAS\GlobalScreen\ScreenContext\ContextServices::collection | ( | ) |
Definition at line 64 of file ContextServices.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextServices\__construct(), and ILIAS\GlobalScreen\ScreenContext\ContextServices\current().
Here is the caller graph for this function:| ILIAS\GlobalScreen\ScreenContext\ContextServices::current | ( | ) |
Definition at line 46 of file ContextServices.php.
References ILIAS\GlobalScreen\ScreenContext\ContextServices\collection().
Here is the call graph for this function:| ILIAS\GlobalScreen\ScreenContext\ContextServices::stack | ( | ) |
Definition at line 37 of file ContextServices.php.
References ILIAS\GlobalScreen\ScreenContext\ContextServices\$collection.
|
private |
Definition at line 21 of file ContextServices.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextServices\claim(), and ILIAS\GlobalScreen\ScreenContext\ContextServices\stack().
|
private |
Definition at line 17 of file ContextServices.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextServices\availableContexts().