|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\Mail\Transformation\Utf8Mb4Sanitizer:
Collaboration diagram for ILIAS\Mail\Transformation\Utf8Mb4Sanitizer:Public Member Functions | |
| transform ($from) | |
| Perform the transformation. More... | |
Public Member Functions inherited from ILIAS\Refinery\Transformation | |
| applyTo (Result $result) | |
| Perform the transformation and reify possible failures. More... | |
| __invoke ($from) | |
| Transformations should be callable. More... | |
Definition at line 29 of file Utf8Mb4Sanitizer.php.
| ILIAS\Mail\Transformation\Utf8Mb4Sanitizer::transform | ( | $from | ) |
Perform the transformation.
Please use this for transformations. It's more performant than calling invoke.
| mixed | $from |
| InvalidArgumentException | if the argument could not be transformed |
Implements ILIAS\Refinery\Transformation.
Definition at line 34 of file Utf8Mb4Sanitizer.php.
References ilDBConstants\MB4_REPLACEMENT.