ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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:65