ILIAS  release_8 Revision v8.24
ScreenContext.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
21
24
30{
34 public function getUniqueContextIdentifier(): string;
35
39 public function hasReferenceId(): bool;
40
44 public function getReferenceId(): ReferenceId;
45
50 public function withReferenceId(ReferenceId $reference_id): ScreenContext;
51
56 public function withAdditionalData(Collection $collection): ScreenContext;
57
63 public function addAdditionalData(string $key, $value): ScreenContext;
64
68 public function getAdditionalData(): Collection;
69}
withReferenceId(ReferenceId $reference_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
string $key
Consumer key/client ID value.
Definition: System.php:193