ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
withNextStep (string $name) | |
Add the next step to the path, identified by the name of a LOM element. More... | |
withNextStepToSuperElement () | |
Add going to the super element as the next step to the path. More... | |
withAdditionalFilterAtCurrentStep (FilterType $type, string ... $values) | |
Adds a filter to the latest added step, restricting what elements are included in it: More... | |
get () | |
Get the path as constructed. More... | |
Definition at line 26 of file BuilderInterface.php.
ILIAS\MetaData\Services\Paths\BuilderInterface::get | ( | ) |
Get the path as constructed.
ILIAS\MetaData\Services\Paths\BuilderInterface::withAdditionalFilterAtCurrentStep | ( | FilterType | $type, |
string ... | $values | ||
) |
Adds a filter to the latest added step, restricting what elements are included in it:
Multiple values in the same filter are treated as OR, multiple filters at the same step are treated as AND.
ILIAS\MetaData\Services\Paths\BuilderInterface::withNextStep | ( | string | $name | ) |
Add the next step to the path, identified by the name of a LOM element.
ILIAS\MetaData\Services\Paths\BuilderInterface::withNextStepToSuperElement | ( | ) |
Add going to the super element as the next step to the path.