ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ 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\ImportHandler\I\Parser
;
22
23
use
ILIAS\Export\ImportHandler\I\File\Path\ilHandlerInterface
as ilParserPathHandlerInterface;
24
use
ILIAS\Export\ImportHandler\I\File\XML\ilHandlerInterface
as ilXMLFileHandlerInterface;
25
use
ILIAS\Export\ImportHandler\I\File\XML\Node\Info\ilCollectionInterface
as ilXMLFileNodeInfoCollectionInterface;
26
27
interface
ilHandlerInterface
28
{
29
public
function
withFileHandler
(ilXMLFileHandlerInterface $file_handler):
ilHandlerInterface
;
30
31
public
function
getNodeInfoAt
(ilParserPathHandlerInterface
$path
): ilXMLFileNodeInfoCollectionInterface;
32
}
ILIAS\Export\ImportHandler\I\File\XML\Node\Info\ilCollectionInterface
Definition:
interface.ilCollectionInterface.php:27
ILIAS\Export\ImportHandler\I\Parser\ilHandlerInterface\withFileHandler
withFileHandler(ilXMLFileHandlerInterface $file_handler)
ILIAS\Export\ImportHandler\I\File\XML\ilHandlerInterface
Definition:
interface.ilHandlerInterface.php:27
$path
$path
Definition:
ltiservices.php:32
ILIAS\Export\ImportHandler\I\File\Path\ilHandlerInterface
Definition:
interface.ilHandlerInterface.php:27
ILIAS\Export\ImportHandler\I\Parser
ILIAS\Export\ImportHandler\I\Parser\ilHandlerInterface\getNodeInfoAt
getNodeInfoAt(ilParserPathHandlerInterface $path)
ILIAS\Export\ImportHandler\I\Parser\ilHandlerInterface
Definition:
interface.ilHandlerInterface.php:27
Services
Export
classes
ImportHandler
I
Parser
interface.ilHandlerInterface.php
Generated on Wed Sep 10 2025 14:11:28 for ILIAS by
1.8.13 (using
Doxyfile
)