ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
interface.ilFactoryInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Export\ImportStatus\I
;
22
23
use
ILIAS\Export\ImportStatus\I\Content\ilFactoryInterface
as ilImportStatusContentFactoryInterface;
24
use
ILIAS\Export\ImportStatus\I\ilHandlerInterface
as
ilImportStatusHandlerInterface
;
25
use
ILIAS\Export\ImportStatus\I\ilCollectionInterface
as
ilImportStatusHandlerCollectionInterface
;
26
use
ILIAS\Export\ImportStatus\I\Exception\ilExceptionInterface
as ilImportStatusExceptionInterface;
27
28
interface
ilFactoryInterface
29
{
30
public
function
content
(): ilImportStatusContentFactoryInterface;
31
32
public
function
handler
():
ilImportStatusHandlerInterface
;
33
34
public
function
collection
():
ilImportStatusHandlerCollectionInterface
;
35
36
public
function
exception
(
string
$msg): ilImportStatusExceptionInterface;
37
}
ILIAS\Export\ImportStatus\I\Content\ilFactoryInterface
Definition:
interface.ilFactoryInterface.php:25
ILIAS\Export\ImportStatus\I\ilFactoryInterface
Definition:
interface.ilFactoryInterface.php:28
ILIAS\Export\ImportStatus\I\ilFactoryInterface\exception
exception(string $msg)
ilCollectionInterface
ILIAS\Export\ImportStatus\I\Exception\ilExceptionInterface
Definition:
interface.ilExceptionInterface.php:25
ILIAS\Export\ImportStatus\I
ILIAS\Export\ImportStatus\I\ilFactoryInterface\content
content()
ILIAS\Export\ImportStatus\I\ilFactoryInterface\collection
collection()
ILIAS\Export\ImportStatus\I\ilFactoryInterface\handler
handler()
ilHandlerInterface
components
ILIAS
Export
classes
ImportStatus
I
interface.ilFactoryInterface.php
Generated on Sun Aug 31 2025 23:02:55 for ILIAS by
1.8.13 (using
Doxyfile
)