ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
interface.ilExceptionInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Export\ImportStatus\I\Exception
;
22
23
use
ILIAS\Export\ImportStatus\I\ilCollectionInterface
as ilImportStatusCollectionInterface;
24
25
interface
ilExceptionInterface
26
{
27
public
function
setStatuses
(ilImportStatusCollectionInterface $statuses): void;
28
29
public
function
getStatuses
(): ilImportStatusCollectionInterface;
30
}
ILIAS\Export\ImportStatus\I\Exception\ilExceptionInterface
Definition:
interface.ilExceptionInterface.php:26
ILIAS\Export\ImportStatus\I\Exception\ilExceptionInterface\setStatuses
setStatuses(ilImportStatusCollectionInterface $statuses)
ILIAS\Export\ImportStatus\I\Exception\ilExceptionInterface\getStatuses
getStatuses()
ILIAS\Export\ImportStatus\I\ilCollectionInterface
Definition:
interface.ilCollectionInterface.php:30
ILIAS\Export\ImportStatus\I\Exception
Definition:
interface.ilExceptionInterface.php:21
components
ILIAS
Export
classes
ImportStatus
I
Exception
interface.ilExceptionInterface.php
Generated on Sat Oct 18 2025 23:03:00 for ILIAS by
1.9.4 (using
Doxyfile
)