PHP 클래스 Sonata\Component\Form\Transformer\PaymentMethodTransformer

저자: Thomas Rabaix ([email protected])
상속: implements Symfony\Component\Form\DataTransformerInterface
파일 보기 프로젝트 열기: sonata-project/ecommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$paymentPool Sonata\Component\Payment\Pool

공개 메소드들

메소드 설명
__construct ( Pool $paymentPool )
reverseTransform ( $value )
transform ( $value )

메소드 상세

__construct() 공개 메소드

public __construct ( Pool $paymentPool )
$paymentPool Sonata\Component\Payment\Pool

reverseTransform() 공개 메소드

public reverseTransform ( $value )

transform() 공개 메소드

public transform ( $value )

프로퍼티 상세

$paymentPool 보호되어 있는 프로퍼티

protected Pool,Sonata\Component\Payment $paymentPool
리턴 Sonata\Component\Payment\Pool