LdapTools\Configuration::setEventDispatcher PHP Method

setEventDispatcher() public method

Set an event dispatcher, other than the default, to be used.
public setEventDispatcher ( LdapTools\Event\EventDispatcherInterface $eventDispatcher )
$eventDispatcher LdapTools\Event\EventDispatcherInterface
    public function setEventDispatcher(EventDispatcherInterface $eventDispatcher)
    {
        $this->eventDispatcher = $eventDispatcher;
        return $this;
    }