ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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:26
ILIAS\Export\ImportStatus\I\Exception\ilExceptionInterface
Definition:
interface.ilExceptionInterface.php:26
ILIAS\Export\ImportStatus\I\ilCollectionInterface
Definition:
interface.ilCollectionInterface.php:30
ILIAS\Export\ImportStatus\I\ilFactoryInterface
Definition:
interface.ilFactoryInterface.php:29
ILIAS\Export\ImportStatus\I\ilFactoryInterface\collection
collection()
ILIAS\Export\ImportStatus\I\ilFactoryInterface\content
content()
ILIAS\Export\ImportStatus\I\ilFactoryInterface\handler
handler()
ILIAS\Export\ImportStatus\I\ilFactoryInterface\exception
exception(string $msg)
ILIAS\Export\ImportStatus\I\ilHandlerInterface
Definition:
interface.ilHandlerInterface.php:27
ILIAS\Export\ImportStatus\I
components
ILIAS
Export
classes
ImportStatus
I
interface.ilFactoryInterface.php
Generated on Sat Oct 18 2025 23:03:00 for ILIAS by
1.9.4 (using
Doxyfile
)