ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ScreenContext.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
31{
35 public function getUniqueContextIdentifier(): string;
36
40 public function hasReferenceId(): bool;
41
45 public function getReferenceId(): ReferenceId;
46
51 public function withReferenceId(ReferenceId $reference_id): ScreenContext;
52
57 public function withAdditionalData(Collection $collection): ScreenContext;
58
64 public function addAdditionalData(string $key, $value): ScreenContext;
65
69 public function getAdditionalData(): Collection;
70}
withReferenceId(ReferenceId $reference_id)