ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
ilStringInterface.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\ilHandlerInterface
as
ilImportStatusContentHandlerInterface
;
24
25
interface
ilStringInterface
extends
ilImportStatusContentHandlerInterface
26
{
27
public
function
withString
(
string
$content);
28
}
ILIAS\Export\ImportStatus\I\Content\Builder\ilStringInterface
Definition:
ilStringInterface.php:25
ILIAS\Export\ImportStatus\I\Content\Builder
Definition:
ilStringInterface.php:21
ilHandlerInterface
ILIAS\Export\ImportStatus\I\Content\Builder\ilStringInterface\withString
withString(string $content)
components
ILIAS
Export
classes
ImportStatus
I
Content
Builder
ilStringInterface.php
Generated on Wed Sep 10 2025 15:15:35 for ILIAS by
1.8.13 (using
Doxyfile
)