PHP Класс Sylius\Bundle\CoreBundle\Form\EventSubscriber\ChannelPricingsFormSubscriber

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

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

Метод Описание
__construct ( Sylius\Component\Channel\Repository\ChannelRepositoryInterface $channelRepository, Sylius\Component\Resource\Factory\FactoryInterface $channelPricingFactory )
getSubscribedEvents ( )
preSetData ( Symfony\Component\Form\FormEvent $event )
submit ( Symfony\Component\Form\FormEvent $event )

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

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

public __construct ( Sylius\Component\Channel\Repository\ChannelRepositoryInterface $channelRepository, Sylius\Component\Resource\Factory\FactoryInterface $channelPricingFactory )
$channelRepository Sylius\Component\Channel\Repository\ChannelRepositoryInterface
$channelPricingFactory Sylius\Component\Resource\Factory\FactoryInterface

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

public static getSubscribedEvents ( )

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

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

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

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