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)];
    }