PHP Class Symfony\Bundle\DoctrineBundle\Form\ValueTransformer\CollectionToChoiceTransformer

Author: Benjamin Eberlei ([email protected])
Inheritance: extends Symfony\Component\Form\ValueTransformer\BaseValueTransformer
Show file Open project: pmjones/php-framework-benchmarks

Public Methods

Method Description
reverseTransform ( array $ids, Collection $collection )
transform ( Collection $value )

Protected Methods

Method Description
configure ( )

Method Details

configure() protected method

protected configure ( )

reverseTransform() public method

public reverseTransform ( array $ids, Collection $collection )
$ids array
$collection Collection

transform() public method

public transform ( Collection $value )
$value Collection