ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ ilDoc Overview
LinkFactoryInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\OERHarvester\ControlCenter\Http
;
22
23
use
ILIAS\MetaData\OERHarvester\ControlCenter\State\Action
;
24
25
interface
LinkFactoryInterface
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
}
ILIAS\MetaData\OERHarvester\ControlCenter\Http\LinkFactoryInterface
Definition:
LinkFactoryInterface.php:26
ILIAS\MetaData\OERHarvester\ControlCenter\Http\LinkFactoryInterface\getLinkForAction
getLinkForAction(Action $action, int $ref_id, int $obj_id, string $type)
ILIAS\MetaData\OERHarvester\ControlCenter\Http\LinkFactoryInterface\getLinkForConfirmationOfAction
getLinkForConfirmationOfAction(Action $action, int $ref_id, int $obj_id, string $type)
ILIAS\MetaData\OERHarvester\ControlCenter\Http\LinkFactoryInterface\getViewLink
getViewLink(int $ref_id, int $obj_id, string $type)
$ref_id
$ref_id
Definition:
ltiauth.php:66
ILIAS\MetaData\Elements\Markers\Action
Action
Definition:
Action.php:24
ILIAS\MetaData\OERHarvester\ControlCenter\Http
Definition:
LinkFactory.php:21
ILIAS\MetaData\OERHarvester\ControlCenter\State\Action
Action
Definition:
Action.php:24
components
ILIAS
MetaData
classes
OERHarvester
ControlCenter
Http
LinkFactoryInterface.php
Generated on Sun Apr 5 2026 23:03:27 for ILIAS by
1.9.4 (using
Doxyfile
)