|
ILIAS
release_8 Revision v8.24
|
Class ContextRepository The Collection of all available Contexts in the System. More...
Collaboration diagram for ILIAS\GlobalScreen\ScreenContext\ContextRepository:Public Member Functions | |
| __construct () | |
| main () | |
| external () | |
| desktop () | |
| repository () | |
| administration () | |
| lti () | |
Protected Attributes | |
| WrapperFactory | $wrapper |
| Factory | $refinery |
Private Member Functions | |
| get (string $class_name, string $identifier) | |
Private Attributes | |
| array | $contexts = [] |
| const | C_MAIN = 'main' |
| const | C_DESKTOP = 'desktop' |
| const | C_REPO = 'repo' |
| const | C_ADMINISTRATION = 'administration' |
| const | C_LTI = 'lti' |
Class ContextRepository The Collection of all available Contexts in the System.
You can use them in your
Definition at line 34 of file ContextRepository.php.
| ILIAS\GlobalScreen\ScreenContext\ContextRepository::__construct | ( | ) |
Definition at line 46 of file ContextRepository.php.
References $DIC, and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\GlobalScreen\ScreenContext\ContextRepository::administration | ( | ) |
Definition at line 102 of file ContextRepository.php.
References ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_ADMINISTRATION.
| ILIAS\GlobalScreen\ScreenContext\ContextRepository::desktop | ( | ) |
Definition at line 80 of file ContextRepository.php.
References ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_DESKTOP.
| ILIAS\GlobalScreen\ScreenContext\ContextRepository::external | ( | ) |
Definition at line 72 of file ContextRepository.php.
|
private |
Definition at line 115 of file ContextRepository.php.
| ILIAS\GlobalScreen\ScreenContext\ContextRepository::lti | ( | ) |
Definition at line 110 of file ContextRepository.php.
References ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_LTI.
| ILIAS\GlobalScreen\ScreenContext\ContextRepository::main | ( | ) |
Definition at line 56 of file ContextRepository.php.
References ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_MAIN.
| ILIAS\GlobalScreen\ScreenContext\ContextRepository::repository | ( | ) |
Definition at line 88 of file ContextRepository.php.
References $context, $ref_id, ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_REPO, and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
private |
Definition at line 36 of file ContextRepository.php.
|
protected |
Definition at line 44 of file ContextRepository.php.
|
protected |
Definition at line 43 of file ContextRepository.php.
|
private |
Definition at line 40 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\administration().
|
private |
Definition at line 38 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\desktop().
|
private |
Definition at line 41 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\lti().
|
private |
Definition at line 37 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\main().
|
private |
Definition at line 39 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\repository().