3 declare(strict_types=1);
18 use DateTimeImmutable;
132 return $this->predicate;
144 return $this->sortOrder;
155 return $this->isActive;
167 return $this->validFrom;
179 return $this->validUntil;
210 $this->description = $description;
221 $this->value = $value;
232 $this->predicate = $predicate;
243 $this->sortOrder = $sortOrder;
254 $this->isActive = $isActive;
265 $this->validFrom = $validFrom;
276 $this->validUntil = $validUntil;
298 $this->description = $description;
309 $this->value = $value;