ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
name () | |
Steps are identified by the names of LOM elements, or a token to specify a step to the super-element. More... | |
filters () | |
Filters restrict the elements a step leads to. More... | |
Definition at line 25 of file StepInterface.php.
ILIAS\MetaData\Paths\Steps\StepInterface::filters | ( | ) |
Filters restrict the elements a step leads to.
Multiple filters at the same step are evaluated in order.
Implemented in ILIAS\MetaData\Paths\Steps\NullStep, and ILIAS\MetaData\Paths\Steps\Step.
Referenced by ILIAS\MetaData\Paths\Path\stepToString().
ILIAS\MetaData\Paths\Steps\StepInterface::name | ( | ) |
Steps are identified by the names of LOM elements, or a token to specify a step to the super-element.
Implemented in ILIAS\MetaData\Paths\Steps\NullStep, and ILIAS\MetaData\Paths\Steps\Step.
Referenced by ILIAS\MetaData\Paths\Steps\NavigatorBridge\getNextElementsByStep(), ILIAS\MetaData\Manipulator\Path\PathConditionsChecker\isPathConditionMet(), ILIAS\MetaData\Manipulator\Path\PathConditionsCollection\isStepUpCommand(), and ILIAS\MetaData\Paths\Path\stepToString().