Ejemplo n.º 1
0
 /**
  * @see AbstractDispatcherAdapter::remove
  */
 public function remove($name, callable $listener)
 {
     $this->emitter->removeListener($name, $listener);
     return $this;
 }