ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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\getConditionPathByStepName
getConditionPathByStepName(string $name)
ILIAS\MetaData\Paths\PathInterface
Definition:
PathInterface.php:25
ILIAS\MetaData\Manipulator\Path
Definition:
NullPathConditionsChecker.php:21
ILIAS\MetaData\Manipulator\Path\PathConditionsCollectionInterface
Definition:
PathConditionsCollectionInterface.php:25
ILIAS\MetaData\Manipulator\Path\PathConditionsCollectionInterface\getPathWithoutConditions
getPathWithoutConditions()
PathInterface
components
ILIAS
MetaData
classes
Manipulator
Path
PathConditionsCollectionInterface.php
Generated on Sun Aug 31 2025 23:03:23 for ILIAS by
1.8.13 (using
Doxyfile
)