|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\MetaData\Services\Paths\BuilderInterface: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.