LMongo\Connection::getEventDispatcher PHP Méthode

getEventDispatcher() public méthode

Get the event dispatcher used by the connection.
public getEventDispatcher ( ) : Illuminate\Events\Dispatcher
Résultat Illuminate\Events\Dispatcher
    public function getEventDispatcher()
    {
        return $this->events;
    }