PHP Класс Sylius\Bundle\AddressingBundle\Form\EventListener\BuildAddressFormSubscriber

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

Открытые методы

Метод Описание
__construct ( Doctrine\Common\Persistence\ObjectRepository $countryRepository, Symfony\Component\Form\FormFactoryInterface $factory )
getSubscribedEvents ( )
preSetData ( Symfony\Component\Form\FormEvent $event )
preSubmit ( Symfony\Component\Form\FormEvent $event )

Приватные методы

Метод Описание
createProvinceCodeChoiceForm ( Sylius\Component\Addressing\Model\CountryInterface $country, string | null $provinceCode = null ) : Symfony\Component\Form\FormInterface
createProvinceNameTextForm ( string | null $provinceName = null ) : Symfony\Component\Form\FormInterface

Описание методов

__construct() публичный Метод

public __construct ( Doctrine\Common\Persistence\ObjectRepository $countryRepository, Symfony\Component\Form\FormFactoryInterface $factory )
$countryRepository Doctrine\Common\Persistence\ObjectRepository
$factory Symfony\Component\Form\FormFactoryInterface

getSubscribedEvents() публичный статический Метод

public static getSubscribedEvents ( )

preSetData() публичный Метод

public preSetData ( Symfony\Component\Form\FormEvent $event )
$event Symfony\Component\Form\FormEvent

preSubmit() публичный Метод

public preSubmit ( Symfony\Component\Form\FormEvent $event )
$event Symfony\Component\Form\FormEvent