PHP Class Sylius\Bundle\ShippingBundle\Form\Type\ShippingMethodChoiceType

Author: Paweł Jędrzejewski ([email protected])
Inheritance: extends Symfony\Component\Form\AbstractType
Afficher le fichier Open project: sylius/sylius Class Usage Examples

Protected Properties

Свойство Type Description
$calculators Sylius\Component\Registry\ServiceRegistryInterface
$repository Sylius\Component\Resource\Repository\RepositoryInterface
$shippingMethodsResolver Sylius\Component\Shipping\Resolver\ShippingMethodsResolverInterface

Méthodes publiques

Méthode Description
__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 ( )

Method Details

__construct() public méthode

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 méthode

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

buildView() public méthode

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 méthode

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

getBlockPrefix() public méthode

public getBlockPrefix ( )

getParent() public méthode

public getParent ( )

Property Details

$calculators protected_oe property

protected ServiceRegistryInterface,Sylius\Component\Registry $calculators
Résultat Sylius\Component\Registry\ServiceRegistryInterface

$repository protected_oe property

protected RepositoryInterface,Sylius\Component\Resource\Repository $repository
Résultat Sylius\Component\Resource\Repository\RepositoryInterface

$shippingMethodsResolver protected_oe property

protected ShippingMethodsResolverInterface,Sylius\Component\Shipping\Resolver $shippingMethodsResolver
Résultat Sylius\Component\Shipping\Resolver\ShippingMethodsResolverInterface