PHP 클래스 Uecode\Bundle\QPushBundle\EventListener\RequestListener

저자: Keith Kirk ([email protected])
파일 보기 프로젝트 열기: uecode/qpush-bundle

공개 메소드들

메소드 설명
__construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher ) Constructor.
onKernelRequest ( GetResponseEvent $event ) Kernel Request Event Handler for QPush Notifications

비공개 메소드들

메소드 설명
getIronMqQueueName ( GetResponseEvent $event, array &$message ) : string Get the name of the IronMq queue.
handleIronMqNotifications ( GetResponseEvent $event ) : string | void Handles Messages sent from a IronMQ Push Queue
handleSnsNotifications ( GetResponseEvent $event ) : string Handles Notifications sent from AWS SNS

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface A Symfony Event Dispatcher

onKernelRequest() 공개 메소드

Kernel Request Event Handler for QPush Notifications
public onKernelRequest ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent The Kernel Request's GetResponseEvent