|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class BasicScreenContext. More...
Inheritance diagram for ILIAS\GlobalScreen\ScreenContext\BasicScreenContext:
Collaboration diagram for ILIAS\GlobalScreen\ScreenContext\BasicScreenContext:Public Member Functions | |
| __construct (string $context_identifier) | |
| BasicScreenContext constructor. More... | |
| hasReferenceId () | |
| @inheritDoc More... | |
| getReferenceId () | |
| @inheritDoc More... | |
| withReferenceId (ReferenceId $reference_id) | |
| @inheritDoc More... | |
| withAdditionalData (Collection $collection) | |
| @inheritDoc More... | |
| getAdditionalData () | |
| @inheritDoc More... | |
| addAdditionalData (string $key, $value) | |
| @inheritDoc More... | |
| getUniqueContextIdentifier () | |
| @inheritDoc More... | |
| getUniqueContextIdentifier () | |
| hasReferenceId () | |
| getReferenceId () | |
| withReferenceId (ReferenceId $reference_id) | |
| withAdditionalData (Collection $collection) | |
| addAdditionalData (string $key, $value) | |
| getAdditionalData () | |
Protected Attributes | |
| $reference_id | |
| $additional_data | |
| $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 48 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$context_identifier.
| ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::addAdditionalData | ( | string | $key, |
| $value | |||
| ) |
@inheritDoc
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 104 of file BasicScreenContext.php.
| ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::getAdditionalData | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 96 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$additional_data.
| ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::getReferenceId | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 66 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$reference_id.
| ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::getUniqueContextIdentifier | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 114 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$context_identifier.
| ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::hasReferenceId | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 58 of file BasicScreenContext.php.
| ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::withAdditionalData | ( | Collection | $collection | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 85 of file BasicScreenContext.php.
| ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::withReferenceId | ( | ReferenceId | $reference_id | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 74 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$reference_id.
|
protected |
Definition at line 38 of file BasicScreenContext.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\getAdditionalData().
|
protected |
Definition at line 42 of file BasicScreenContext.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\__construct(), and ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\getUniqueContextIdentifier().
|
protected |
Definition at line 34 of file BasicScreenContext.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\getReferenceId(), and ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\withReferenceId().