|
ILIAS
release_8 Revision v8.24
|
Class ContextServices. More...
Collaboration diagram for ILIAS\GlobalScreen\ScreenContext\ContextServices:Public Member Functions | |
| __construct () | |
| ContextServices constructor. More... | |
| stack () | |
| current () | |
| claim () | |
| collection () | |
| availableContexts () | |
Private Attributes | |
| ContextRepository | $context_repository |
| ContextCollection | $collection |
Class ContextServices.
Definition at line 29 of file ContextServices.php.
| ILIAS\GlobalScreen\ScreenContext\ContextServices::__construct | ( | ) |
ContextServices constructor.
Definition at line 38 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 76 of file ContextServices.php.
References ILIAS\GlobalScreen\ScreenContext\ContextServices\$context_repository.
| ILIAS\GlobalScreen\ScreenContext\ContextServices::claim | ( | ) |
Definition at line 63 of file ContextServices.php.
References ILIAS\GlobalScreen\ScreenContext\ContextServices\$collection.
| ILIAS\GlobalScreen\ScreenContext\ContextServices::collection | ( | ) |
Definition at line 68 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 55 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 47 of file ContextServices.php.
References ILIAS\GlobalScreen\ScreenContext\ContextServices\$collection.
|
private |
Definition at line 33 of file ContextServices.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextServices\claim(), and ILIAS\GlobalScreen\ScreenContext\ContextServices\stack().
|
private |
Definition at line 31 of file ContextServices.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextServices\availableContexts().