ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
BuilderInterface.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
27{
31 public function withNextStep(string $name): BuilderInterface;
32
37
55 FilterType $type,
56 string ...$values
58
65 public function get(): PathInterface;
66}
withNextStepToSuperElement()
Add going to the super element as the next step to the path.
withAdditionalFilterAtCurrentStep(FilterType $type, string ... $values)
Adds a filter to the latest added step, restricting what elements are included in it:
withNextStep(string $name)
Add the next step to the path, identified by the name of a LOM element.
FilterType
Values should always be all lowercase.
Definition: FilterType.php:27