Google\Cloud\PubSub\Connection\IamTopic::__construct PHP Method

__construct() public method

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