ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (private array $transformations, private Data\Factory $data_factory, protected ?Language\Language $lng=null) | |
transform ($from) | |
@inheritDoc More... | |
![]() | |
transform ($from) | |
Perform the transformation. More... | |
applyTo (Result $result) | |
Perform the transformation and reify possible failures. More... | |
__invoke ($from) | |
Transformations should be callable. More... | |
Protected Member Functions | |
getError () | |
@inheritDoc More... | |
Private Attributes | |
$error | |
Definition at line 27 of file ByTrying.php.
ILIAS\Refinery\ByTrying::__construct | ( | private array | $transformations, |
private Data\Factory | $data_factory, | ||
protected ?Language\Language | $lng = null |
||
) |
Transformation[] | $transformations | |
Data\Factory | $data_factory |
Definition at line 40 of file ByTrying.php.
References error().
|
protected |
@inheritDoc
Definition at line 60 of file ByTrying.php.
References ILIAS\Refinery\ByTrying\$error.
ILIAS\Refinery\ByTrying::transform | ( | $from | ) |
@inheritDoc
Implements ILIAS\Refinery\Transformation.
Definition at line 68 of file ByTrying.php.
References ILIAS\Refinery\getErrorMessage().
|
private |
Definition at line 34 of file ByTrying.php.
Referenced by ILIAS\Refinery\ByTrying\getError().