PHP 클래스 Sylius\Bundle\ShippingBundle\Form\Type\ShippingMethodChoiceType

저자: Paweł Jędrzejewski ([email protected])
상속: extends Symfony\Component\Form\AbstractType
파일 보기 프로젝트 열기: sylius/sylius 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$calculators Sylius\Component\Registry\ServiceRegistryInterface
$repository Sylius\Component\Resource\Repository\RepositoryInterface
$shippingMethodsResolver Sylius\Component\Shipping\Resolver\ShippingMethodsResolverInterface

공개 메소드들

메소드 설명
__construct ( Sylius\Component\Shipping\Resolver\ShippingMethodsResolverInterface $shippingMethodsResolver, Sylius\Component\Registry\ServiceRegistryInterface $calculators, Sylius\Component\Resource\Repository\RepositoryInterface $repository )
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 )
getBlockPrefix ( )
getParent ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Sylius\Component\Shipping\Resolver\ShippingMethodsResolverInterface $shippingMethodsResolver, Sylius\Component\Registry\ServiceRegistryInterface $calculators, Sylius\Component\Resource\Repository\RepositoryInterface $repository )
$shippingMethodsResolver Sylius\Component\Shipping\Resolver\ShippingMethodsResolverInterface
$calculators Sylius\Component\Registry\ServiceRegistryInterface
$repository Sylius\Component\Resource\Repository\RepositoryInterface

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

getBlockPrefix() 공개 메소드

public getBlockPrefix ( )

getParent() 공개 메소드

public getParent ( )

프로퍼티 상세

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

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

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

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

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

protected ShippingMethodsResolverInterface,Sylius\Component\Shipping\Resolver $shippingMethodsResolver
리턴 Sylius\Component\Shipping\Resolver\ShippingMethodsResolverInterface