ILIAS
release_8 Revision v8.23
|
Class BasicScreenContext. More...
Public Member Functions | |
__construct (string $context_identifier) | |
BasicScreenContext constructor. More... | |
hasReferenceId () | |
getReferenceId () | |
withReferenceId (ReferenceId $reference_id) | |
withAdditionalData (Collection $collection) | |
getAdditionalData () | |
addAdditionalData (string $key, $value) | |
getUniqueContextIdentifier () | |
Protected Attributes | |
ReferenceId | $reference_id |
Collection | $additional_data |
string | $context_identifier = '' |
Class BasicScreenContext.
Definition at line 29 of file BasicScreenContext.php.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::__construct | ( | string | $context_identifier | ) |
BasicScreenContext constructor.
string | $context_identifier |
Definition at line 39 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$context_identifier.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::addAdditionalData | ( | string | $key, |
$value | |||
) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 95 of file BasicScreenContext.php.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::getAdditionalData | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 87 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$additional_data.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::getReferenceId | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 57 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$reference_id.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::getUniqueContextIdentifier | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 105 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$context_identifier.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::hasReferenceId | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 49 of file BasicScreenContext.php.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::withAdditionalData | ( | Collection | $collection | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 76 of file BasicScreenContext.php.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::withReferenceId | ( | ReferenceId | $reference_id | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 65 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$reference_id.
|
protected |
Definition at line 32 of file BasicScreenContext.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\getAdditionalData().
|
protected |
Definition at line 33 of file BasicScreenContext.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\__construct(), and ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\getUniqueContextIdentifier().
|
protected |
Definition at line 31 of file BasicScreenContext.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\getReferenceId(), and ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\withReferenceId().