ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
LinkGeneratorInterface.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
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}
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:35
$ref_id
Definition: ltiauth.php:66