Example #1
0
 /**
  * Unbind this event
  */
 public function stop()
 {
     Event::eventDispatcherInstance()->removeListener($this->eventId, $this->closure);
 }