[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/guzzlehttp/guzzle/src/ -> Transaction.php (summary)

(no description)

File Size: 103 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Transaction:: (1 method):
  __construct()


Class: Transaction  - X-Ref

Represents the relationship between a client, request, and response.

You can access the request, response, and client using their corresponding
public properties.
__construct(ClientInterface $client,RequestInterface $request,$future = false)   X-Ref

param: ClientInterface  $client  Client that is used to send the requests
param: RequestInterface $request Request to send
param: bool             $future  Whether or not this is a future request.



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1