ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AlreadyDeletedException.php:21
ILIAS\Repository\Deletion\ObjectInterface\getRefId
getRefId()
ILIAS\Repository\Deletion\ObjectInterface
Definition:
ObjectInterface.php:23
ILIAS\Repository\Deletion\ObjectInterface\getTitle
getTitle()
ILIAS\Repository\Deletion\ObjectInterface\getId
getId()
$ref_id
$ref_id
Definition:
ltiauth.php:65
ILIAS\Repository\Deletion\ObjectInterface\getType
getType()
ILIAS\Repository\Deletion\ObjectInterface\getInstanceByRefId
getInstanceByRefId(int $ref_id)
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
Repository
Deletion
ObjectInterface.php
Generated on Wed Sep 3 2025 23:03:39 for ILIAS by
1.8.13 (using
Doxyfile
)