LMongo\Eloquent\Model::getEventDispatcher PHP Méthode

getEventDispatcher() public static méthode

Get the event dispatcher instance.
public static getEventDispatcher ( ) : Illuminate\Events\Dispatcher
Résultat Illuminate\Events\Dispatcher
    public static function getEventDispatcher()
    {
        return static::$dispatcher;
    }
Model