LdapTools\Event\SymfonyEventDispatcher::hasListeners PHP Méthode

hasListeners() public méthode

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