[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

ProgressEvent:: (1 method):
  __construct()


Class: ProgressEvent  - X-Ref

Event object emitted when upload or download progress is made.

You can access the progress values using their corresponding public
properties:

- $downloadSize: The number of bytes that will be downloaded (if known)
- $downloaded: The number of bytes that have been downloaded
- $uploadSize: The number of bytes that will be uploaded (if known)
- $uploaded: The number of bytes that have been uploaded
__construct(Transaction $transaction,$downloadSize,$downloaded,$uploadSize,$uploaded)   X-Ref

param: Transaction $transaction  Transaction being sent.
param: int         $downloadSize Amount of data to download (if known)
param: int         $downloaded   Amount of data that has been downloaded
param: int         $uploadSize   Amount of data to upload (if known)
param: int         $uploaded     Amount of data that had been uploaded



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