ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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.
ilMDServicesException if the path is invalid, e.g. because the name of a step was misspelled.
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.
ilMDServicesException if there is no step in the path yet
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.