LdapTools\Event\SymfonyEventDispatcher::hasListeners PHP Method

hasListeners() public method

public hasListeners ( $eventName )
    public function hasListeners($eventName)
    {
        return $this->dispatcher->hasListeners($eventName);
    }