Predis\PubSub\AbstractConsumer::current PHP Метод

current() публичный Метод

Returns the last message payload retrieved from the server and generated by one of the active subscriptions.
public current ( ) : array
Результат array
    public function current()
    {
        return $this->getValue();
    }