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\Content
;
22
23
use
ILIAS\Export\ImportStatus\I\Content\Builder\ilFactoryInterface
as ilImportStatusContentBuilderFactoryInterface;
24
25
interface
ilFactoryInterface
26
{
27
public
function
builder
(): ilImportStatusContentBuilderFactoryInterface;
28
}
ILIAS\Export\ImportStatus\I\Content\Builder\ilFactoryInterface
Definition:
interface.ilFactoryInterface.php:26
ILIAS\Export\ImportStatus\I\Content\ilFactoryInterface
Definition:
interface.ilFactoryInterface.php:26
ILIAS\Export\ImportStatus\I\Content\ilFactoryInterface\builder
builder()
ILIAS\Export\ImportStatus\I\Content
components
ILIAS
Export
classes
ImportStatus
I
Content
interface.ilFactoryInterface.php
Generated on Sat Oct 18 2025 23:03:00 for ILIAS by
1.9.4 (using
Doxyfile
)