ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.ilHandler.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Export\ImportHandler\File\XSD
;
22
23
use
ILIAS\Export\ImportHandler\File\ilHandler
as ilFileHandler;
24
use
ILIAS\Export\ImportHandler\I\File\XSD\ilHandlerInterface
as ilXSDFileHandlerInterface;
25
use
SplFileInfo
;
26
27
class
ilHandler
extends
ilFileHandler implements ilXSDFileHandlerInterface
28
{
29
public
function
withFileInfo
(
SplFileInfo
$file_info):
ilHandler
30
{
31
$clone = clone $this;
32
$clone->xml_file_info = $file_info;
33
return
$clone;
34
}
35
}
ILIAS\Export\ImportHandler\File\XSD
Definition:
class.ilFactory.php:21
ILIAS\Export\ImportHandler\File\XSD\ilHandler
Definition:
class.ilHandler.php:27
SplFileInfo
ILIAS\Export\ImportHandler\File\XSD\ilHandler\withFileInfo
withFileInfo(SplFileInfo $file_info)
Definition:
class.ilHandler.php:29
ILIAS\Export\ImportHandler\I\File\XSD\ilHandlerInterface
Definition:
interface.ilHandlerInterface.php:26
ILIAS\Export\ImportHandler\File\ilHandler
Definition:
class.ilHandler.php:30
Services
Export
classes
ImportHandler
File
XSD
class.ilHandler.php
Generated on Wed Sep 10 2025 14:11:28 for ILIAS by
1.8.13 (using
Doxyfile
)