ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
HandlerInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\OERHarvester\RepositoryObjects
;
22
23
interface
HandlerInterface
24
{
28
public
function
referenceObjectInTargetContainer
(
int
$obj_id,
int
$container_ref_id):
int
;
29
30
public
function
getObjectReferenceIDInContainer
(
int
$obj_id,
int
$container_ref_id): ?
int
;
31
32
public
function
isObjectDeleted
(
int
$obj_id): bool;
33
34
public
function
deleteReference
(
int
$ref_id
): void;
35
36
public
function
getTypeOfReferencedObject
(
int
$ref_id): string;
37
}
ILIAS\MetaData\OERHarvester\RepositoryObjects\HandlerInterface
Definition:
HandlerInterface.php:23
ILIAS\MetaData\OERHarvester\RepositoryObjects\HandlerInterface\getObjectReferenceIDInContainer
getObjectReferenceIDInContainer(int $obj_id, int $container_ref_id)
ILIAS\MetaData\OERHarvester\RepositoryObjects\HandlerInterface\getTypeOfReferencedObject
getTypeOfReferencedObject(int $ref_id)
$ref_id
$ref_id
Definition:
ltiauth.php:65
ILIAS\MetaData\OERHarvester\RepositoryObjects\HandlerInterface\referenceObjectInTargetContainer
referenceObjectInTargetContainer(int $obj_id, int $container_ref_id)
Returns the new ref ID.
ILIAS\MetaData\OERHarvester\RepositoryObjects\HandlerInterface\isObjectDeleted
isObjectDeleted(int $obj_id)
ILIAS\MetaData\OERHarvester\RepositoryObjects
Definition:
Handler.php:21
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\MetaData\OERHarvester\RepositoryObjects\HandlerInterface\deleteReference
deleteReference(int $ref_id)
components
ILIAS
MetaData
classes
OERHarvester
RepositoryObjects
HandlerInterface.php
Generated on Wed Sep 3 2025 23:02:08 for ILIAS by
1.8.13 (using
Doxyfile
)