ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 | |
$reference_id | |
$additional_data | |
$context_identifier = '' | |
Class BasicScreenContext.
Definition at line 11 of file BasicScreenContext.php.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::__construct | ( | string | $context_identifier | ) |
BasicScreenContext constructor.
string | $context_identifier |
Definition at line 33 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 86 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$additional_data.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::getReferenceId | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 53 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$reference_id.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::getUniqueContextIdentifier | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 106 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$context_identifier.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::hasReferenceId | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 44 of file BasicScreenContext.php.
References ILIAS\Data\ReferenceId\toInt().
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::withAdditionalData | ( | Collection | $collection | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 74 of file BasicScreenContext.php.
ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::withReferenceId | ( | ReferenceId | $reference_id | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 62 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$reference_id.
|
protected |
Definition at line 21 of file BasicScreenContext.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\getAdditionalData().
|
protected |
Definition at line 25 of file BasicScreenContext.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\__construct(), and ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\getUniqueContextIdentifier().
|
protected |
Definition at line 17 of file BasicScreenContext.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\getReferenceId(), and ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\withReferenceId().