|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\Refinery\ByTrying:
Collaboration diagram for ILIAS\Refinery\ByTrying:Public Member Functions | |
| __construct (array $transformations, Data\Factory $data_factory) | |
| 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 | |
| array | $transformations |
| Data Factory | $data_factory |
| $error | |
Definition at line 26 of file ByTrying.php.
| ILIAS\Refinery\ByTrying::__construct | ( | array | $transformations, |
| Data\Factory | $data_factory | ||
| ) |
| Transformation[] | $transformations | |
| Data\Factory | $data_factory |
Definition at line 42 of file ByTrying.php.
References ILIAS\Refinery\ByTrying\$data_factory, ILIAS\Refinery\ByTrying\$transformations, and error().
Here is the call graph for this function:
|
protected |
@inheritDoc
Definition at line 57 of file ByTrying.php.
References ILIAS\Refinery\ByTrying\$error.
| ILIAS\Refinery\ByTrying::transform | ( | $from | ) |
@inheritDoc
Implements ILIAS\Refinery\Transformation.
Definition at line 65 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\__construct().
|
private |
Definition at line 36 of file ByTrying.php.
Referenced by ILIAS\Refinery\ByTrying\getError().
|
private |
Definition at line 33 of file ByTrying.php.
Referenced by ILIAS\Refinery\ByTrying\__construct().