ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
AnyElement.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\AnyElementInterface
as AnyElementFilePathNodeInterface;
24
25
class
AnyElement
implements
AnyElementFilePathNodeInterface
26
{
27
public
function
toString
(): string
28
{
29
return
'*'
;
30
}
31
32
public
function
requiresPathSeparator
(): bool
33
{
34
return
true
;
35
}
36
}
ILIAS\Export\ImportHandler\Path\Node\AnyElement
Definition:
AnyElement.php:26
ILIAS\Export\ImportHandler\Path\Node\AnyElement\toString
toString()
Definition:
AnyElement.php:27
ILIAS\Export\ImportHandler\Path\Node\AnyElement\requiresPathSeparator
requiresPathSeparator()
Definition:
AnyElement.php:32
ILIAS\Export\ImportHandler\I\Path\Node\AnyElementInterface
Definition:
AnyElementInterface.php:26
ILIAS\Export\ImportHandler\Path\Node
Definition:
AnyElement.php:21
components
ILIAS
Export
classes
ImportHandler
Path
Node
AnyElement.php
Generated on Sun Oct 19 2025 23:02:52 for ILIAS by
1.9.4 (using
Doxyfile
)