ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
__construct (string|StepToken $name, FilterInterface ... $filters) | |
name () | |
Steps are identified by the names of LOM elements, or a token to specify a step to the super-element. More... | |
filters () | |
Protected Attributes | |
string StepToken | $name |
array | $filters |
ILIAS\MetaData\Paths\Steps\Step::__construct | ( | string|StepToken | $name, |
FilterInterface ... | $filters | ||
) |
Definition at line 33 of file Step.php.
References ILIAS\MetaData\Paths\Steps\Step\$filters, ILIAS\MetaData\Paths\Steps\Step\$name, ILIAS\MetaData\Paths\Steps\Step\filters(), and ILIAS\MetaData\Paths\Steps\Step\name().
ILIAS\MetaData\Paths\Steps\Step::filters | ( | ) |
Implements ILIAS\MetaData\Paths\Steps\StepInterface.
Definition at line 49 of file Step.php.
References ILIAS\MetaData\Paths\Steps\Step\$filters, and ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().
Referenced by ILIAS\MetaData\Paths\Steps\Step\__construct().
ILIAS\MetaData\Paths\Steps\Step::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 41 of file Step.php.
References ILIAS\MetaData\Paths\Steps\Step\$name.
Referenced by ILIAS\MetaData\Paths\Steps\Step\__construct().
|
protected |
Definition at line 31 of file Step.php.
Referenced by ILIAS\MetaData\Paths\Steps\Step\__construct(), and ILIAS\MetaData\Paths\Steps\Step\filters().
|
protected |
Definition at line 27 of file Step.php.
Referenced by ILIAS\MetaData\Paths\Steps\Step\__construct(), and ILIAS\MetaData\Paths\Steps\Step\name().