ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
LinkGeneratorInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
23 use ILIAS\Data\URI;
26 
28 {
29  public function generateLinkForReference(
30  int $ref_id,
31  string $type
32  ): URI;
33 
35  int $ref_id
36  ): bool;
37 
39  int $ref_id
40  ): ?URI;
41 }
$ref_id
Definition: ltiauth.php:66
The scope of this class is split ilias-conform URI&#39;s into components.
Definition: URI.php:34