Definition at line 27 of file ByTrying.php.
◆ __construct()
ILIAS\Refinery\ByTrying::__construct |
( |
private array |
$transformations, |
|
|
private Data\Factory |
$data_factory, |
|
|
protected ?Language\Language |
$lng = null |
|
) |
| |
- Parameters
-
| Transformation[] | $transformations |
Data\Factory | $data_factory | |
Definition at line 40 of file ByTrying.php.
47 $this->transformations = $transformations;
48 $this->data_factory = $data_factory;
49 $this->error =
static function ():
void {
50 throw new ConstraintViolationException(
51 'no valid constraints',
52 'no_valid_constraints'
◆ getError()
ILIAS\Refinery\ByTrying::getError |
( |
| ) |
|
|
protected |
◆ transform()
ILIAS\Refinery\ByTrying::transform |
( |
|
$from | ) |
|
◆ $error
ILIAS\Refinery\ByTrying::$error |
|
private |
The documentation for this class was generated from the following file: