|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Refinery\ByTrying:
Collaboration diagram for ILIAS\Refinery\ByTrying:Public Member Functions | |
| __construct (private array $transformations, private Data\Factory $data_factory, protected ?Language\Language $lng=null) | |
| transform ($from) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\Refinery\Transformation | |
| 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().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:
|
private |
Definition at line 34 of file ByTrying.php.
Referenced by ILIAS\Refinery\ByTrying\getError().