ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ContextRepository. More...
Public Member Functions | |
main () | |
external () | |
desktop () | |
repository () | |
administration () | |
lti () | |
Private Member Functions | |
get (string $class_name, string $identifier) | |
Private Attributes | |
$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 32 of file ContextRepository.php.
ILIAS\GlobalScreen\ScreenContext\ContextRepository::administration | ( | ) |
Definition at line 91 of file ContextRepository.php.
References ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_ADMINISTRATION.
ILIAS\GlobalScreen\ScreenContext\ContextRepository::desktop | ( | ) |
Definition at line 72 of file ContextRepository.php.
References ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_DESKTOP.
ILIAS\GlobalScreen\ScreenContext\ContextRepository::external | ( | ) |
Definition at line 64 of file ContextRepository.php.
|
private |
Definition at line 104 of file ContextRepository.php.
ILIAS\GlobalScreen\ScreenContext\ContextRepository::lti | ( | ) |
Definition at line 99 of file ContextRepository.php.
References ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_LTI.
ILIAS\GlobalScreen\ScreenContext\ContextRepository::main | ( | ) |
Definition at line 48 of file ContextRepository.php.
References ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_MAIN.
ILIAS\GlobalScreen\ScreenContext\ContextRepository::repository | ( | ) |
Definition at line 80 of file ContextRepository.php.
References $_GET, $context, and ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_REPO.
|
private |
Definition at line 37 of file ContextRepository.php.
|
private |
Definition at line 41 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\administration().
|
private |
Definition at line 39 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\desktop().
|
private |
Definition at line 42 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\lti().
|
private |
Definition at line 38 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\main().
|
private |
Definition at line 40 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\repository().