Google\Cloud\PubSub\Subscription::__debugInfo PHP Метод

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

Present a nicer debug result to people using php 5.6 or greater.
public __debugInfo ( ) : array
Результат array
    public function __debugInfo()
    {
        return ['name' => $this->name, 'topicName' => $this->topicName, 'projectId' => $this->projectId, 'info' => $this->info, 'connection' => get_class($this->connection)];
    }