|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Services\Paths\Builder:
Collaboration diagram for ILIAS\MetaData\Services\Paths\Builder:Public Member Functions | |
| __construct (InternalBuilderInterface $internal_builder) | |
| withNextStep (string $name) | |
| withNextStepToSuperElement () | |
| withAdditionalFilterAtCurrentStep (FilterType $type, string ... $values) | |
| get () | |
Public Member Functions inherited from ILIAS\MetaData\Paths\BuilderInterface | |
| withRelative (bool $is_relative) | |
| Relative paths start at some otherwise determined element, absolute paths start at root. More... | |
| withLeadsToExactlyOneElement (bool $leads_to_one) | |
| Building a path that is flagged to lead to exactly one element, but does not actually do so can throw errors later on. More... | |
| withNextStep (string $name, bool $add_as_first=false) | |
| Add the next step to the path. More... | |
| withNextStepToSuperElement (bool $add_as_first=false) | |
| Add going to the super element as the next step to the path. More... | |
| withAdditionalFilterAtCurrentStep (FilterType $type, string ... $values) | |
| Adds a filter to the current step, restricting what elements are included in it: More... | |
| get () | |
| withNextStepFromStep (StepInterface $next_step, bool $add_as_first=false) | |
Protected Attributes | |
| InternalBuilderInterface | $internal_builder |
Definition at line 27 of file Builder.php.
| ILIAS\MetaData\Services\Paths\Builder::__construct | ( | InternalBuilderInterface | $internal_builder | ) |
Definition at line 31 of file Builder.php.
References ILIAS\MetaData\Services\Paths\Builder\$internal_builder.
| ILIAS\MetaData\Services\Paths\Builder::get | ( | ) |
Implements ILIAS\MetaData\Paths\BuilderInterface.
Definition at line 75 of file Builder.php.
References Vendor\Package\$e.
| ILIAS\MetaData\Services\Paths\Builder::withAdditionalFilterAtCurrentStep | ( | FilterType | $type, |
| string ... | $values | ||
| ) |
Implements ILIAS\MetaData\Paths\BuilderInterface.
Definition at line 55 of file Builder.php.
References ILIAS\MetaData\Paths\BuilderInterface\withAdditionalFilterAtCurrentStep().
Here is the call graph for this function:| ILIAS\MetaData\Services\Paths\Builder::withNextStep | ( | string | $name | ) |
Definition at line 38 of file Builder.php.
References ILIAS\MetaData\Paths\BuilderInterface\withNextStep().
Here is the call graph for this function:| ILIAS\MetaData\Services\Paths\Builder::withNextStepToSuperElement | ( | ) |
Definition at line 45 of file Builder.php.
References ILIAS\MetaData\Paths\BuilderInterface\withNextStepToSuperElement().
Here is the call graph for this function:
|
protected |
Definition at line 29 of file Builder.php.
Referenced by ILIAS\MetaData\Services\Paths\Builder\__construct().