ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Interface ScreenContext. More...
Public Member Functions | |
getUniqueContextIdentifier () | |
hasReferenceId () | |
getReferenceId () | |
withReferenceId (ReferenceId $reference_id) | |
withAdditionalData (Collection $collection) | |
addAdditionalData (string $key, $value) | |
getAdditionalData () | |
Interface ScreenContext.
Definition at line 29 of file ScreenContext.php.
ILIAS\GlobalScreen\ScreenContext\ScreenContext::addAdditionalData | ( | string | $key, |
$value | |||
) |
string | $key | |
$value |
Implemented in ILIAS\GlobalScreen\ScreenContext\BasicScreenContext.
Referenced by ilLSPlayer\play().
ILIAS\GlobalScreen\ScreenContext\ScreenContext::getAdditionalData | ( | ) |
Implemented in ILIAS\GlobalScreen\ScreenContext\BasicScreenContext.
ILIAS\GlobalScreen\ScreenContext\ScreenContext::getReferenceId | ( | ) |
Implemented in ILIAS\GlobalScreen\ScreenContext\BasicScreenContext.
Referenced by ILIAS\Repository\Provider\RepositoryOpenGraphExposer\getObjectOfContext().
ILIAS\GlobalScreen\ScreenContext\ScreenContext::getUniqueContextIdentifier | ( | ) |
Implemented in ILIAS\GlobalScreen\ScreenContext\BasicScreenContext.
Referenced by ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\checkCallLocation(), ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\hasMatch(), and ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\push().
ILIAS\GlobalScreen\ScreenContext\ScreenContext::hasReferenceId | ( | ) |
Implemented in ILIAS\GlobalScreen\ScreenContext\BasicScreenContext.
Referenced by ILIAS\Repository\Provider\RepositoryOpenGraphExposer\getObjectOfContext().
ILIAS\GlobalScreen\ScreenContext\ScreenContext::withAdditionalData | ( | Collection | $collection | ) |
Collection | $collection |
Implemented in ILIAS\GlobalScreen\ScreenContext\BasicScreenContext.
Referenced by ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\push().
ILIAS\GlobalScreen\ScreenContext\ScreenContext::withReferenceId | ( | ReferenceId | $reference_id | ) |
ReferenceId | $reference_id |
Implemented in ILIAS\GlobalScreen\ScreenContext\BasicScreenContext.
Referenced by ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\push().