3 declare(strict_types=1);
46 $this->error =
static function ():
void {
48 'no valid constraints',
49 'no_valid_constraints' 67 foreach ($this->transformations as $transformation) {
68 $result = $this->data_factory->ok($from);
69 $result = $transformation->applyTo($result);
70 if ($result->isOK()) {
71 return $result->value();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
trait DeriveApplyToFromTransform
Data Factory $data_factory
trait DeriveInvokeFromTransform
__construct(array $transformations, Data\Factory $data_factory)
getErrorMessage($value)
Get the problem message.