PHP 클래스 Sylius\Bundle\PromotionBundle\Form\Type\Core\AbstractConfigurationCollectionType

저자: Arnaud Langlade ([email protected])
상속: extends Symfony\Component\Form\AbstractType
파일 보기 프로젝트 열기: sylius/sylius

보호된 프로퍼티들

프로퍼티 타입 설명
$registry Sylius\Component\Registry\ServiceRegistryInterface

공개 메소드들

메소드 설명
__construct ( Sylius\Component\Registry\ServiceRegistryInterface $registry )
buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
buildView ( Symfony\Component\Form\FormView $view, Symfony\Component\Form\FormInterface $form, array $options )
configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )
getEntryType ( ) : string
getParent ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Sylius\Component\Registry\ServiceRegistryInterface $registry )
$registry Sylius\Component\Registry\ServiceRegistryInterface

buildForm() 공개 메소드

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

buildView() 공개 메소드

public buildView ( Symfony\Component\Form\FormView $view, Symfony\Component\Form\FormInterface $form, array $options )
$view Symfony\Component\Form\FormView
$form Symfony\Component\Form\FormInterface
$options array

configureOptions() 공개 메소드

public configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )
$resolver Symfony\Component\OptionsResolver\OptionsResolver

getEntryType() 추상적인 공개 메소드

abstract public getEntryType ( ) : string
리턴 string

getParent() 공개 메소드

public getParent ( )

프로퍼티 상세

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

protected ServiceRegistryInterface,Sylius\Component\Registry $registry
리턴 Sylius\Component\Registry\ServiceRegistryInterface