ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MetaData\Paths\Steps\NullStep Class Reference
+ Inheritance diagram for ILIAS\MetaData\Paths\Steps\NullStep:
+ Collaboration diagram for ILIAS\MetaData\Paths\Steps\NullStep:

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...
 

Detailed Description

Definition at line 23 of file NullStep.php.

Member Function Documentation

◆ filters()

ILIAS\MetaData\Paths\Steps\NullStep::filters ( )

Filters restrict the elements a step leads to.

Multiple filters at the same step are evaluated in order.

Returns
FilterInterface[]

Implements ILIAS\MetaData\Paths\Steps\StepInterface.

Definition at line 30 of file NullStep.php.

References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().

30  : \Generator
31  {
32  yield from [];
33  }
+ Here is the call graph for this function:

◆ name()

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.

25  : string|StepToken
26  {
27  return '';
28  }
StepToken
The string representation of these tokens must not occur as names of metadata elements.
Definition: StepToken.php:27

The documentation for this class was generated from the following file: