LdapTools\Operation\Invoker\LdapOperationInvokerTrait::setEventDispatcher PHP Méthode

setEventDispatcher() public méthode

public setEventDispatcher ( LdapTools\Event\EventDispatcherInterface $dispatcher )
$dispatcher LdapTools\Event\EventDispatcherInterface
    public function setEventDispatcher(EventDispatcherInterface $dispatcher)
    {
        $this->dispatcher = $dispatcher;
    }