ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
NullPathConditionsCollection.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Manipulator\Path
;
22
23
use
ILIAS\MetaData\Paths\NullPath
;
24
use
ILIAS\MetaData\Paths\PathInterface
;
25
26
class
NullPathConditionsCollection
implements
PathConditionsCollectionInterface
27
{
28
public
function
getConditionPathByStepName
(
string
$name):
PathInterface
29
{
30
return
new
NullPath
();
31
}
32
33
public
function
getPathWithoutConditions
():
PathInterface
34
{
35
return
new
NullPath
();
36
}
37
}
ILIAS\MetaData\Manipulator\Path\NullPathConditionsCollection\getConditionPathByStepName
getConditionPathByStepName(string $name)
Definition:
NullPathConditionsCollection.php:28
ILIAS\MetaData\Paths\NullPath
Definition:
NullPath.php:23
ILIAS\MetaData\Manipulator\Path\NullPathConditionsCollection
Definition:
NullPathConditionsCollection.php:26
ILIAS\MetaData\Paths\PathInterface
Definition:
PathInterface.php:25
ILIAS\MetaData\Manipulator\Path
Definition:
NullPathConditionsChecker.php:21
ILIAS\MetaData\Manipulator\Path\NullPathConditionsCollection\getPathWithoutConditions
getPathWithoutConditions()
Definition:
NullPathConditionsCollection.php:33
ILIAS\MetaData\Manipulator\Path\PathConditionsCollectionInterface
Definition:
PathConditionsCollectionInterface.php:25
PathInterface
NullPath
components
ILIAS
MetaData
classes
Manipulator
Path
NullPathConditionsCollection.php
Generated on Sun Aug 31 2025 23:03:23 for ILIAS by
1.8.13 (using
Doxyfile
)