ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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 23 of file NullStep.php.
ILIAS\MetaData\Paths\Steps\NullStep::filters | ( | ) |
Filters restrict the elements a step leads to.
Multiple filters at the same step are evaluated in order.
Implements ILIAS\MetaData\Paths\Steps\StepInterface.
Definition at line 30 of file NullStep.php.
References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().
ILIAS\MetaData\Paths\Steps\NullStep::name | ( | ) |
Steps are identified by the names of LOM elements, or a token to specify a step to the super-element.
Implements ILIAS\MetaData\Paths\Steps\StepInterface.
Definition at line 25 of file NullStep.php.