[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
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 |
__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 |