ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.ilHandlerDummy.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Export\ImportHandler\File\Path\Comparison
;
22
23
use
ILIAS\Export\ImportHandler\I\File\Path\Comparison\ilHandlerInterface
;
24
25
class
ilHandlerDummy
implements
ilHandlerInterface
26
{
27
public
function
toString
()
28
{
29
return
''
;
30
}
31
}
ILIAS\Export\ImportHandler\File\Path\Comparison\ilHandlerDummy
Definition:
class.ilHandlerDummy.php:25
ILIAS\Export\ImportHandler\I\File\Path\Comparison\ilHandlerInterface
Definition:
interface.ilHandlerInterface.php:23
ILIAS\Export\ImportHandler\File\Path\Comparison\ilHandlerDummy\toString
toString()
Definition:
class.ilHandlerDummy.php:27
ILIAS\Export\ImportHandler\File\Path\Comparison
Definition:
class.ilFactory.php:21
ilHandlerInterface
Services
Export
classes
ImportHandler
File
Path
Comparison
class.ilHandlerDummy.php
Generated on Wed Sep 10 2025 14:11:28 for ILIAS by
1.8.13 (using
Doxyfile
)