CollectionToArrayTransformer
class CollectionToArrayTransformer implements DataTransformerInterface
Methods
| mixed |  transform(Collection $collection)  Transforms a collection into an array.  |  |
| mixed |  reverseTransform(mixed $array)  Transforms choice keys into entities.  |  
Details
mixed transform(Collection $collection)
Transforms a collection into an array.
Parameters
| Collection | $collection | A collection of entities | 
Return Value
| mixed | The value in the transformed representation | 
Exceptions
| TransformationFailedException | 
mixed reverseTransform(mixed $array)
Transforms choice keys into entities.
Parameters
| mixed | $array | An array of entities | 
Return Value
| mixed | The value in the original representation | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.1/Symfony/Bridge/Doctrine/Form/DataTransformer/CollectionToArrayTransformer.html