[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

Base class for request events, providing a request and client getter.

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

Defines 5 functions

  __construct()
  getClient()
  getRequest()
  getRetryCount()
  getTransaction()

Functions
Functions that are not part of a class:

__construct(Transaction $transaction)   X-Ref

param: Transaction $transaction

getClient()   X-Ref
Get the HTTP client associated with the event.

return: ClientInterface

getRequest()   X-Ref
Get the request object

return: RequestInterface

getRetryCount()   X-Ref
Get the number of transaction retries.

return: int

getTransaction()   X-Ref

return: Transaction



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