3declare(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();
transform($from)
@inheritDoc
Data Factory $data_factory
__construct(array $transformations, Data\Factory $data_factory)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getErrorMessage($value)
Get the problem message.
trait DeriveInvokeFromTransform
trait DeriveApplyToFromTransform