ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
BuilderInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
25 
27 {
31  public function withNextStep(string $name): BuilderInterface;
32 
37 
52  public function withAdditionalFilterAtCurrentStep(
53  FilterType $type,
54  string ...$values
56 
61  public function get(): PathInterface;
62 }
FilterType
Values should always be all lowercase.
Definition: FilterType.php:26
withNextStep(string $name, bool $add_as_first=false)
Add the next step to the path.
withAdditionalFilterAtCurrentStep(FilterType $type, string ... $values)
Adds a filter to the current step, restricting what elements are included in it:
withNextStepToSuperElement(bool $add_as_first=false)
Add going to the super element as the next step to the path.