PHP 클래스 Sylius\Bundle\AddressingBundle\Form\Type\CountryCodeChoiceType

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

보호된 프로퍼티들

프로퍼티 타입 설명
$countryRepository Sylius\Component\Resource\Repository\RepositoryInterface

공개 메소드들

메소드 설명
__construct ( Sylius\Component\Resource\Repository\RepositoryInterface $countryRepository )
buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
getBlockPrefix ( )
getParent ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Sylius\Component\Resource\Repository\RepositoryInterface $countryRepository )
$countryRepository Sylius\Component\Resource\Repository\RepositoryInterface

buildForm() 공개 메소드

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

getBlockPrefix() 공개 메소드

public getBlockPrefix ( )

getParent() 공개 메소드

public getParent ( )

프로퍼티 상세

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

protected RepositoryInterface,Sylius\Component\Resource\Repository $countryRepository
리턴 Sylius\Component\Resource\Repository\RepositoryInterface