ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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:24
ILIAS\MetaData\OERHarvester\RepositoryObjects\HandlerInterface\getTypeOfReferencedObject
getTypeOfReferencedObject(int $ref_id)
ILIAS\MetaData\OERHarvester\RepositoryObjects\HandlerInterface\deleteReference
deleteReference(int $ref_id)
ILIAS\MetaData\OERHarvester\RepositoryObjects\HandlerInterface\isObjectDeleted
isObjectDeleted(int $obj_id)
ILIAS\MetaData\OERHarvester\RepositoryObjects\HandlerInterface\getObjectReferenceIDInContainer
getObjectReferenceIDInContainer(int $obj_id, int $container_ref_id)
ILIAS\MetaData\OERHarvester\RepositoryObjects\HandlerInterface\referenceObjectInTargetContainer
referenceObjectInTargetContainer(int $obj_id, int $container_ref_id)
Returns the new ref ID.
$ref_id
$ref_id
Definition:
ltiauth.php:66
ILIAS\MetaData\OERHarvester\RepositoryObjects
Definition:
Handler.php:21
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
MetaData
classes
OERHarvester
RepositoryObjects
HandlerInterface.php
Generated on Sat Oct 18 2025 23:02:26 for ILIAS by
1.9.4 (using
Doxyfile
)