class ValueToDuplicatesTransformer implements DataTransformerInterface
Methods
|
__construct(array $keys)
|
||
| array |
transform(mixed $value)
Duplicates the given value through the array. |
|
| mixed |
reverseTransform(array $array)
Extracts the duplicated value from an array. |
Details
at line 24
public
__construct(array $keys)
at line 36
public array
transform(mixed $value)
Duplicates the given value through the array.
at line 57
public mixed
reverseTransform(array $array)
Extracts the duplicated value from an array.