ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
PathConditionsCollectionInterface.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\PathInterface
;
24
25
interface
PathConditionsCollectionInterface
26
{
27
public
function
getConditionPathByStepName
(
string
$name):
PathInterface
;
28
29
public
function
getPathWithoutConditions
():
PathInterface
;
30
}
ILIAS\MetaData\Manipulator\Path\PathConditionsCollectionInterface
Definition:
PathConditionsCollectionInterface.php:26
ILIAS\MetaData\Manipulator\Path\PathConditionsCollectionInterface\getConditionPathByStepName
getConditionPathByStepName(string $name)
ILIAS\MetaData\Manipulator\Path\PathConditionsCollectionInterface\getPathWithoutConditions
getPathWithoutConditions()
ILIAS\MetaData\Paths\PathInterface
Definition:
PathInterface.php:26
ILIAS\MetaData\Manipulator\Path
Definition:
NullPathConditionsChecker.php:21
components
ILIAS
MetaData
classes
Manipulator
Path
PathConditionsCollectionInterface.php
Generated on Sat Oct 18 2025 23:03:27 for ILIAS by
1.9.4 (using
Doxyfile
)