ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ 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\Builder
;
22
23
use
ILIAS\Export\ImportStatus\I\Content\Builder\ilStringInterface
as ilImportStatusStringContentBuilderInterface;
24
25
interface
ilFactoryInterface
26
{
27
public
function
string
(): ilImportStatusStringContentBuilderInterface;
28
}
ILIAS\Export\ImportStatus\I\Content\Builder\ilFactoryInterface
Definition:
interface.ilFactoryInterface.php:26
ILIAS\Export\ImportStatus\I\Content\Builder\ilFactoryInterface\string
string()
ILIAS\Export\ImportStatus\I\Content\Builder\ilStringInterface
Definition:
ilStringInterface.php:26
ILIAS\Export\ImportStatus\I\Content\Builder
Definition:
ilStringInterface.php:21
components
ILIAS
Export
classes
ImportStatus
I
Content
Builder
interface.ilFactoryInterface.php
Generated on Sat Dec 13 2025 23:02:18 for ILIAS by
1.9.4 (using
Doxyfile
)