Exemplo n.º 1
0
 public function postFoo(EventInterface $e)
 {
     $this->postFooInvoked = true;
     $e->stopPropagation();
 }
 private function handleErroneousState(EventInterface $event)
 {
     $event->stopPropagation();
     $this->behaviour->act($event);
     return false;
 }