ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ObjectInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Repository\Deletion
;
22
23
interface
ObjectInterface
24
{
25
public
function
getInstanceByRefId
(
int
$ref_id
): ?
ObjectInterface
;
26
27
public
function
delete
():
void
;
28
29
public
function
getId
():
int
;
30
public
function
getType
(): string;
31
public
function
getTitle
(): string;
32
public
function
getRefId
():
int
;
33
}
ILIAS\Repository\Deletion\ObjectInterface
Definition:
ObjectInterface.php:24
ILIAS\Repository\Deletion\ObjectInterface\getTitle
getTitle()
ILIAS\Repository\Deletion\ObjectInterface\getInstanceByRefId
getInstanceByRefId(int $ref_id)
ILIAS\Repository\Deletion\ObjectInterface\getType
getType()
ILIAS\Repository\Deletion\ObjectInterface\getId
getId()
ILIAS\Repository\Deletion\ObjectInterface\getRefId
getRefId()
$ref_id
$ref_id
Definition:
ltiauth.php:66
ILIAS\Repository\Deletion
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AlreadyDeletedException.php:21
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
Repository
Deletion
ObjectInterface.php
Generated on Sat Oct 18 2025 23:03:36 for ILIAS by
1.9.4 (using
Doxyfile
)