ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
LinkFactoryInterface.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24
26{
27 public function getViewLink(int $ref_id, int $obj_id, string $type): string;
28
29 public function getLinkForAction(Action $action, int $ref_id, int $obj_id, string $type): string;
30
31 public function getLinkForConfirmationOfAction(Action $action, int $ref_id, int $obj_id, string $type): string;
32}
getLinkForAction(Action $action, int $ref_id, int $obj_id, string $type)
getLinkForConfirmationOfAction(Action $action, int $ref_id, int $obj_id, string $type)
$ref_id
Definition: ltiauth.php:66