예제 #1
0
파일: Listener.php 프로젝트: brainexe/core
 /**
  * @param BackgroundEvent $event
  */
 public function onBackgroundEvent(BackgroundEvent $event)
 {
     $this->gateway->addEvent($event->getEvent(), 0);
 }