|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Paths\Steps\Step:
Collaboration diagram for ILIAS\MetaData\Paths\Steps\Step: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 () | |
| 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... | |
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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:
|
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().