ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
interface.ilHandlerInterface.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\StatusType
;
24
use
ILIAS\Export\ImportStatus\I\Content\ilHandlerInterface
as ilImportStatusContentInterface;
25
26
interface
ilHandlerInterface
27
{
28
public
function
getType
():
StatusType
;
29
30
public
function
getContent
(): ilImportStatusContentInterface;
31
32
public
function
withType
(
StatusType
$type):
ilHandlerInterface
;
33
34
public
function
withContent
(ilImportStatusContentInterface $content):
ilHandlerInterface
;
35
}
ILIAS\Export\ImportStatus\I\Content\ilHandlerInterface
Definition:
interface.ilHandlerInterface.php:24
ILIAS\Export\ImportStatus\I\ilHandlerInterface
Definition:
interface.ilHandlerInterface.php:27
ILIAS\Export\ImportStatus\I\ilHandlerInterface\getType
getType()
ILIAS\Export\ImportStatus\I\ilHandlerInterface\withType
withType(StatusType $type)
ILIAS\Export\ImportStatus\I\ilHandlerInterface\getContent
getContent()
ILIAS\Export\ImportStatus\I\ilHandlerInterface\withContent
withContent(ilImportStatusContentInterface $content)
ILIAS\Export\ImportStatus\I
ILIAS\Export\ImportStatus\StatusType
StatusType
Definition:
class.StatusType.php:24
components
ILIAS
Export
classes
ImportStatus
I
interface.ilHandlerInterface.php
Generated on Sat Oct 18 2025 23:03:00 for ILIAS by
1.9.4 (using
Doxyfile
)