PHP Класс Sylius\Bundle\ShippingBundle\Form\Type\ShippingMethodChoiceType

Автор: Paweł Jędrzejewski ([email protected])
Наследование: extends Symfony\Component\Form\AbstractType
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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