3declare(strict_types=1);
43 public function logicalOr(array $other): ConstraintInterface
50 return new Not($constraint, $this->dataFactory, $this->
language);
57 public function parallel(array $constraints): ConstraintInterface
66 public function sequential(array $constraints): ConstraintInterface
__construct(Factory $dataFactory, ilLanguage $language)
sequential(array $constraints)
parallel(array $constraints)
not(Constraint $constraint)
A constraint encodes some resrtictions on values.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...