PHP 클래스 Symfony\Bundle\DoctrineBundle\Form\ValueTransformer\CollectionToChoiceTransformer

저자: Benjamin Eberlei ([email protected])
상속: extends Symfony\Component\Form\ValueTransformer\BaseValueTransformer
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks

공개 메소드들

메소드 설명
reverseTransform ( array $ids, Collection $collection )
transform ( Collection $value )

보호된 메소드들

메소드 설명
configure ( )

메소드 상세

configure() 보호된 메소드

protected configure ( )

reverseTransform() 공개 메소드

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

transform() 공개 메소드

public transform ( Collection $value )
$value Collection