ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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\ilHandlerInterface\withContent
withContent(ilImportStatusContentInterface $content)
ILIAS\Export\ImportStatus\I\ilHandlerInterface\withType
withType(StatusType $type)
ILIAS\Export\ImportStatus\I\ilHandlerInterface
Definition:
interface.ilHandlerInterface.php:26
ILIAS\Export\ImportStatus\I
ILIAS\Export\ImportStatus\I\ilHandlerInterface\getType
getType()
ilHandlerInterface
ILIAS\Export\ImportStatus\I\ilHandlerInterface\getContent
getContent()
StatusType
ILIAS\Export\ImportStatus\StatusType
StatusType
Definition:
class.StatusType.php:23
components
ILIAS
Export
classes
ImportStatus
I
interface.ilHandlerInterface.php
Generated on Wed Sep 3 2025 23:03:00 for ILIAS by
1.8.13 (using
Doxyfile
)