ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ContextRepository. More...
Public Member Functions | |
main () | |
external () | |
desktop () | |
repository () | |
administration () | |
lti () | |
Data Fields | |
const | C_MAIN = 'main' |
const | C_DESKTOP = 'desktop' |
const | C_REPO = 'repo' |
const | C_ADMINISTRATION = 'administration' |
const | C_LTI = 'lti' |
Private Member Functions | |
get (string $class_name, string $identifier) | |
Private Attributes | |
$contexts = [] | |
Class ContextRepository.
The Collection of all available Contexts in the System. You can use them in your
Definition at line 13 of file ContextRepository.php.
ILIAS\GlobalScreen\ScreenContext\ContextRepository::administration | ( | ) |
Definition at line 78 of file ContextRepository.php.
References ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_ADMINISTRATION.
ILIAS\GlobalScreen\ScreenContext\ContextRepository::desktop | ( | ) |
Definition at line 57 of file ContextRepository.php.
References ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_DESKTOP.
ILIAS\GlobalScreen\ScreenContext\ContextRepository::external | ( | ) |
Definition at line 48 of file ContextRepository.php.
|
private |
string | $class_name | |
string | $identifier |
Definition at line 99 of file ContextRepository.php.
ILIAS\GlobalScreen\ScreenContext\ContextRepository::lti | ( | ) |
Definition at line 87 of file ContextRepository.php.
References ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_LTI.
ILIAS\GlobalScreen\ScreenContext\ContextRepository::main | ( | ) |
Definition at line 30 of file ContextRepository.php.
References ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_MAIN.
ILIAS\GlobalScreen\ScreenContext\ContextRepository::repository | ( | ) |
Definition at line 66 of file ContextRepository.php.
References $_GET, $context, and ILIAS\GlobalScreen\ScreenContext\ContextRepository\C_REPO.
|
private |
Definition at line 19 of file ContextRepository.php.
const ILIAS\GlobalScreen\ScreenContext\ContextRepository::C_ADMINISTRATION = 'administration' |
Definition at line 23 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\administration().
const ILIAS\GlobalScreen\ScreenContext\ContextRepository::C_DESKTOP = 'desktop' |
Definition at line 21 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\desktop().
const ILIAS\GlobalScreen\ScreenContext\ContextRepository::C_LTI = 'lti' |
Definition at line 24 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\lti().
const ILIAS\GlobalScreen\ScreenContext\ContextRepository::C_MAIN = 'main' |
Definition at line 20 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\main().
const ILIAS\GlobalScreen\ScreenContext\ContextRepository::C_REPO = 'repo' |
Definition at line 22 of file ContextRepository.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\ContextRepository\repository().