ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
AnyNode.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Export\ImportHandler\Path\Node
;
22
23
use
ILIAS\Export\ImportHandler\I\Path\Node\AnyNodeInterface
as AnyNodeFilePathNodeInterface;
24
25
class
AnyNode
implements
AnyNodeFilePathNodeInterface
26
{
27
public
function
toString
(): string
28
{
29
return
'node()'
;
30
}
31
32
public
function
requiresPathSeparator
(): bool
33
{
34
return
true
;
35
}
36
}
ILIAS\Export\ImportHandler\Path\Node\AnyNode\requiresPathSeparator
requiresPathSeparator()
Definition:
AnyNode.php:32
ILIAS\Export\ImportHandler\Path\Node\AnyNode
Definition:
AnyNode.php:25
ILIAS\Export\ImportHandler\Path\Node\AnyNode\toString
toString()
Definition:
AnyNode.php:27
ILIAS\Export\ImportHandler\I\Path\Node\AnyNodeInterface
Definition:
AnyNodeInterface.php:25
ILIAS\Export\ImportHandler\Path\Node
Definition:
AnyElement.php:21
components
ILIAS
Export
classes
ImportHandler
Path
Node
AnyNode.php
Generated on Wed Sep 3 2025 23:03:00 for ILIAS by
1.8.13 (using
Doxyfile
)