CallbackTransformer

CallbackTransformer

class CallbackTransformer implements DataTransformerInterface

Methods

__construct(callable $transform, callable $reverseTransform)

Constructor.

mixed transform(mixed $data)

Transforms a value from the original representation to a transformed representation.

mixed reverseTransform(mixed $data)

Transforms a value from the transformed representation to its original representation.

Details

__construct(callable