DataTransformerChain::transform()

mixed transform(mixed $value)

Passes the value through the transform() method of all nested transformers.

The transformers receive the value in the same order as they were passed to the constructor. Each transformer receives the result of the previous transformer as input. The output of the last transformer is returned by this method.

Parameters

mixed $value The value in the original representation

Return Value

mixed The value in the transformed representation

Exceptions

TransformationFailedException
doc_Symfony
2016-10-28 06:13:04
Comments
Leave a Comment

Please login to continue.