1<?
php declare(strict_types=1);
39 $this->
error =
function () {
41 'no valid constraints',
42 'no_valid_constraints'
60 foreach ($this->transformations as $transformation) {
61 $result = $this->data_factory->ok($from);
An exception for terminatinating execution or to throw for unit testing.
transform($from)
Perform the transformation.Please use this for transformations. It's more performant than calling inv...
__construct(array $transformations, Data\Factory $data_factory, \ilLanguage $lng)
error($a_errmsg)
set error message @access public
getErrorMessage($value)
Get the problem message.
trait DeriveInvokeFromTransform
trait DeriveApplyToFromTransform