ILIAS
trunk Revision v11.0_alpha-1838-g59fc79e306b
|
Public Member Functions | |
__construct (InternalBuilderInterface $internal_builder) | |
withNextStep (string $name) | |
withNextStepToSuperElement () | |
withAdditionalFilterAtCurrentStep (FilterType $type, string ... $values) | |
get () | |
![]() | |
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... | |
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 Vendor\Package\$e, and ILIAS\MetaData\Paths\BuilderInterface\withAdditionalFilterAtCurrentStep().
ILIAS\MetaData\Services\Paths\Builder::withNextStep | ( | string | $name | ) |
Definition at line 38 of file Builder.php.
References ILIAS\MetaData\Paths\BuilderInterface\withNextStep().
ILIAS\MetaData\Services\Paths\Builder::withNextStepToSuperElement | ( | ) |
Definition at line 45 of file Builder.php.
References ILIAS\MetaData\Paths\BuilderInterface\withNextStepToSuperElement().
|
protected |
Definition at line 29 of file Builder.php.
Referenced by ILIAS\MetaData\Services\Paths\Builder\__construct().