ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
Link.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\UI\Component\Link;
22 
28 
33 {
37  public function getAction(): string;
38 
42  public function withOpenInNewViewport(bool $open_in_new_viewport): Link;
43 
44  public function getOpenInNewViewport(): ?bool;
45 
52  public function withLanguageOfReferencedContent(LanguageTag $language): Link;
53 
57  public function getLanguageOfReferencedResource(): ?LanguageTag;
58 
64 
68  public function getRelationshipsToReferencedResource(): array;
69 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
This class represents a valid language tag that should be used instead of plain strings.
Definition: LanguageTag.php:39