ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
Link.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
21 namespace ILIAS\UI\Component\Link;
22 
24 
28 interface Link extends Component
29 {
33  public function getAction(): string;
34 
38  public function withOpenInNewViewport(bool $open_in_new_viewport): Link;
39 
43  public function getOpenInNewViewport(): ?bool;
44 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...