|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\GlobalScreen\ScreenContext\BasicScreenContext:
Collaboration diagram for ILIAS\GlobalScreen\ScreenContext\BasicScreenContext:Public Member Functions | |
| __construct (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 |
| string | $context_identifier = '' |
Definition at line 29 of file BasicScreenContext.php.
| ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::__construct | ( | string | $context_identifier | ) |
Definition at line 35 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$context_identifier.
| ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::addAdditionalData | ( | string | $key, |
| $value | |||
| ) |
| string | $key | |
| $value |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 77 of file BasicScreenContext.php.
| ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::getAdditionalData | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 72 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$additional_data.
| ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::getReferenceId | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 47 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$reference_id.
| ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::getUniqueContextIdentifier | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 84 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$context_identifier.
| ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::hasReferenceId | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 42 of file BasicScreenContext.php.
| ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::withAdditionalData | ( | Collection | $collection | ) |
| Collection | $collection |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 64 of file BasicScreenContext.php.
| ILIAS\GlobalScreen\ScreenContext\BasicScreenContext::withReferenceId | ( | ReferenceId | $reference_id | ) |
| ReferenceId | $reference_id |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContext.
Definition at line 52 of file BasicScreenContext.php.
References ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\$reference_id, and ILIAS\Data\ReferenceId\toInt().
Here is the call graph for this function:
|
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().