|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\GlobalScreen\ScreenContext\BasicScreenContext:
Collaboration diagram for ILIAS\GlobalScreen\ScreenContext\BasicScreenContext:Public Member Functions | |
| __construct (protected string $context_identifier) | |
| hasReferenceId () | |
| getReferenceId () | |
| withReferenceId (ReferenceId $reference_id) | |
| withAdditionalData (Collection $collection) | |
| getAdditionalData () | |
| addAdditionalData (string $key, $value) | |
| getUniqueContextIdentifier () | |
| getUniqueContextIdentifier () | |
| hasReferenceId () | |
| getReferenceId () | |
| withReferenceId (ReferenceId $reference_id) | |
| withAdditionalData (Collection $collection) | |
| addAdditionalData (string $key, $value) | |
| getAdditionalData () | |
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().
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 31 of file BasicScreenContext.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\getReferenceId(), and ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\withReferenceId().