Predis\PubSub\DispatcherLoop::getPubSubConsumer PHP Méthode

getPubSubConsumer() public méthode

Returns the underlying PUB / SUB context.
public getPubSubConsumer ( ) : Consumer
Résultat Consumer
    public function getPubSubConsumer()
    {
        return $this->pubsub;
    }