class ValueToDuplicatesTransformer implements DataTransformerInterface
Methods
__construct(array $keys) | ||
mixed | transform(mixed $value) Duplicates the given value through the array. | |
mixed | reverseTransform(array $array) Extracts the duplicated value from an array. |
Details
__construct(array $keys)
mixed transform(mixed $value)
Duplicates the given value through the array.
mixed reverseTransform(array $array)
Extracts the duplicated value from an array.
Please login to continue.