ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
interface.ilNodeInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Export\ImportHandler\I\File\Path\Node
;
22
23
interface
ilNodeInterface
24
{
25
public
function
toString
(): string;
26
27
public
function
requiresPathSeparator
(): bool;
28
}
ILIAS\Export\ImportHandler\I\File\Path\Node\ilNodeInterface\toString
toString()
ILIAS\Export\ImportHandler\I\File\Path\Node
Definition:
interface.ilAnyElementInterface.php:21
ILIAS\Export\ImportHandler\I\File\Path\Node\ilNodeInterface\requiresPathSeparator
requiresPathSeparator()
ILIAS\Export\ImportHandler\I\File\Path\Node\ilNodeInterface
Definition:
interface.ilNodeInterface.php:23
Services
Export
classes
ImportHandler
I
File
Path
Node
interface.ilNodeInterface.php
Generated on Wed Sep 10 2025 14:11:28 for ILIAS by
1.8.13 (using
Doxyfile
)