ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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\Content
;
22
23
interface
ilHandlerInterface
24
{
25
public
function
toString
(): string;
26
27
public
function
mergeWith
(
ilHandlerInterface
$other):
ilHandlerInterface
;
28
}
ILIAS\Export\ImportStatus\I\Content
ILIAS\Export\ImportStatus\I\Content\ilHandlerInterface\toString
toString()
ILIAS\Export\ImportStatus\I\Content\ilHandlerInterface\mergeWith
mergeWith(ilHandlerInterface $other)
ILIAS\Export\ImportStatus\I\Content\ilHandlerInterface
Definition:
interface.ilHandlerInterface.php:23
components
ILIAS
Export
classes
ImportStatus
I
Content
interface.ilHandlerInterface.php
Generated on Mon Sep 1 2025 23:03:03 for ILIAS by
1.8.13 (using
Doxyfile
)