LdapTools\Event\EventDispatcherInterface::hasListeners PHP Method

hasListeners() public method

Check if an event name has any listeners associated with it.
public hasListeners ( string $eventName ) : boolean
$eventName string
return boolean
    public function hasListeners($eventName);