ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
with_relationships.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
6 
8 
10 {
11  global $DIC;
12  $f = $DIC->ui()->factory();
13  $renderer = $DIC->ui()->renderer();
14 
15  $link = $f->link()->standard("Goto ILIAS", "http://www.ilias.de")
16  ->withAdditionalRelationshipToReferencedResource(Relationship::EXTERNAL)
17  ->withAdditionalRelationshipToReferencedResource(Relationship::BOOKMARK);
18 
19  return $renderer->render($link);
20 }
global $DIC
Definition: feed.php:28