|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Interface ScreenContext. More...
Inheritance diagram for ILIAS\GlobalScreen\ScreenContext\ScreenContext:
Collaboration diagram for ILIAS\GlobalScreen\ScreenContext\ScreenContext:Public Member Functions | |
| getUniqueContextIdentifier () | |
| hasReferenceId () | |
| getReferenceId () | |
| withReferenceId (ReferenceId $reference_id) | |
| withAdditionalData (Collection $collection) | |
| addAdditionalData (string $key, $value) | |
| getAdditionalData () | |
Interface ScreenContext.
Definition at line 11 of file ScreenContext.php.
| ILIAS\GlobalScreen\ScreenContext\ScreenContext::addAdditionalData | ( | string | $key, |
| $value | |||
| ) |
| string | $key | |
| $value |
Implemented in ILIAS\GlobalScreen\ScreenContext\BasicScreenContext.
| ILIAS\GlobalScreen\ScreenContext\ScreenContext::getAdditionalData | ( | ) |
Implemented in ILIAS\GlobalScreen\ScreenContext\BasicScreenContext.
| ILIAS\GlobalScreen\ScreenContext\ScreenContext::getReferenceId | ( | ) |
Implemented in ILIAS\GlobalScreen\ScreenContext\BasicScreenContext.
| ILIAS\GlobalScreen\ScreenContext\ScreenContext::getUniqueContextIdentifier | ( | ) |
Implemented in ILIAS\GlobalScreen\ScreenContext\BasicScreenContext.
| ILIAS\GlobalScreen\ScreenContext\ScreenContext::hasReferenceId | ( | ) |
Implemented in ILIAS\GlobalScreen\ScreenContext\BasicScreenContext.
| ILIAS\GlobalScreen\ScreenContext\ScreenContext::withAdditionalData | ( | Collection | $collection | ) |
| Collection | $collection |
Implemented in ILIAS\GlobalScreen\ScreenContext\BasicScreenContext.
| ILIAS\GlobalScreen\ScreenContext\ScreenContext::withReferenceId | ( | ReferenceId | $reference_id | ) |
| ReferenceId | $reference_id |
Implemented in ILIAS\GlobalScreen\ScreenContext\BasicScreenContext.