19declare(strict_types=1);
42 public function logicalOr(array $other): ConstraintInterface
49 return new Not($constraint, $this->dataFactory, $this->
language);
56 public function parallel(array $constraints): ConstraintInterface
65 public function sequential(array $constraints): ConstraintInterface
ILIAS Language Language $language
__construct(Factory $dataFactory, \ILIAS\Language\Language $language)
sequential(array $constraints)
parallel(array $constraints)
not(Constraint $constraint)
A constraint encodes some resrtictions on values.
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.