PHP 클래스 Sonata\BasketBundle\Form\ApiBasketElementType

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

보호된 프로퍼티들

프로퍼티 타입 설명
$class string

공개 메소드들

메소드 설명
__construct ( string $class ) Constructor.
buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
getBlockPrefix ( )
getName ( )
getParent ( )
setDefaultOptions ( Symfony\Component\OptionsResolver\OptionsResolverInterface $resolver )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $class )
$class string An entity data class

buildForm() 공개 메소드

public buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
$builder Symfony\Component\Form\FormBuilderInterface
$options array

getBlockPrefix() 공개 메소드

public getBlockPrefix ( )

getName() 공개 메소드

public getName ( )

getParent() 공개 메소드

public getParent ( )

setDefaultOptions() 공개 메소드

public setDefaultOptions ( Symfony\Component\OptionsResolver\OptionsResolverInterface $resolver )
$resolver Symfony\Component\OptionsResolver\OptionsResolverInterface

프로퍼티 상세

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

protected string $class
리턴 string