ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
The Collection of all available Contexts in the System. More...
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' |
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 61 of file ContextRepository.php.
References $DIC, and ILIAS\Repository\refinery().
ILIAS\GlobalScreen\ScreenContext\ContextRepository::administration | ( | ) |
Definition at line 101 of file ContextRepository.php.
References ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_ADMINISTRATION.
ILIAS\GlobalScreen\ScreenContext\ContextRepository::desktop | ( | ) |
Definition at line 83 of file ContextRepository.php.
References ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_DESKTOP.
ILIAS\GlobalScreen\ScreenContext\ContextRepository::external | ( | ) |
Definition at line 78 of file ContextRepository.php.
|
private |
Definition at line 111 of file ContextRepository.php.
ILIAS\GlobalScreen\ScreenContext\ContextRepository::lti | ( | ) |
Definition at line 106 of file ContextRepository.php.
References ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_LTI.
ILIAS\GlobalScreen\ScreenContext\ContextRepository::main | ( | ) |
Definition at line 68 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().
|
private |
Definition at line 36 of file ContextRepository.php.
|
protected |
Definition at line 59 of file ContextRepository.php.
|
protected |
Definition at line 58 of file ContextRepository.php.
|
private |
Definition at line 52 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\administration().
|
private |
Definition at line 44 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\desktop().
|
private |
Definition at line 56 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\lti().
|
private |
Definition at line 40 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\main().
|
private |
Definition at line 48 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\repository().