ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
PageLinker.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
5 namespace ILIAS\COPage;
6 
12 interface PageLinker
13 {
18  public function setOffline($offline = true);
19 
20  public function setProfileBackUrl($url);
21 
25  public function getLayoutLinkTargets() : array;
26 
31  public function getLinkXML($int_links) : string;
32 
36  public function getFullscreenLink() : string;
37 }
setOffline($offline=true)
$url