Google\Cloud\PubSub\Connection\IamTopic::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Google\Cloud\PubSub\Connection\ConnectionInterface $connection )
$connection Google\Cloud\PubSub\Connection\ConnectionInterface
    public function __construct(ConnectionInterface $connection)
    {
        $this->connection = $connection;
    }