ILIAS  trunk Revision v11.0_alpha-1871-gde1fee8db3d
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MetaData\Paths\Steps\StepInterface Interface Reference
+ Inheritance diagram for ILIAS\MetaData\Paths\Steps\StepInterface:
+ Collaboration diagram for ILIAS\MetaData\Paths\Steps\StepInterface:

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 25 of file StepInterface.php.

Member Function Documentation

◆ filters()

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

Filters restrict the elements a step leads to.

Multiple filters at the same step are evaluated in order.

Returns
FilterInterface[]

Implemented in ILIAS\MetaData\Paths\Steps\Step, and ILIAS\MetaData\Paths\Steps\NullStep.

Referenced by ILIAS\MetaData\Manipulator\Manipulator\addAndMarkScaffoldByStep(), ILIAS\MetaData\Paths\Steps\NavigatorBridge\getNextElementsByStep(), ILIAS\MetaData\Paths\Path\stepToString(), and ILIAS\MetaData\Paths\Builder\withNextStepFromStep().

+ Here is the caller graph for this function:

◆ name()


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