ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (protected string $context_identifier) | |
hasReferenceId () | |
getReferenceId () | |
withReferenceId (ReferenceId $reference_id) | |
withAdditionalData (Collection $collection) | |
getAdditionalData () | |
addAdditionalData (string $key, $value) | |
getUniqueContextIdentifier () | |
Protected Attributes | |
ReferenceId | $reference_id |
Collection | $additional_data |
Definition at line 29 of file BasicScreenContext.php.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::__construct | ( | protected string | $context_identifier | ) |
Definition at line 34 of file BasicScreenContext.php.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::addAdditionalData | ( | string | $key, |
$value | |||
) |
string | $key | |
$value |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 75 of file BasicScreenContext.php.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::getAdditionalData | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 70 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$additional_data.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::getReferenceId | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 45 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$reference_id.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::getUniqueContextIdentifier | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 82 of file BasicScreenContext.php.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::hasReferenceId | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 40 of file BasicScreenContext.php.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::withAdditionalData | ( | Collection | $collection | ) |
Collection | $collection |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 62 of file BasicScreenContext.php.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::withReferenceId | ( | ReferenceId | $reference_id | ) |
ReferenceId | $reference_id |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 50 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$reference_id, and ILIAS\Data\ReferenceId\toInt().
|
protected |
Definition at line 32 of file BasicScreenContext.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\getAdditionalData().
|
protected |
Definition at line 31 of file BasicScreenContext.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\getReferenceId(), and ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\withReferenceId().