PHP 클래스 Sylius\Bundle\CoreBundle\Form\EventSubscriber\ChannelPricingsFormSubscriber

저자: Mateusz Zalewski ([email protected])
상속: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
__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