TransferState
in package
Represents the current state of the Transfer.
Tags
Table of Contents
- $completedParts : array<string|int, mixed>
- $running : bool
- addPart() : mixed
- cancel() : $this
- count() : int
- factory() : $this
- init() : $this
- isRunning() : bool
Properties
$completedParts
protected
array<string|int, mixed>
$completedParts
= array()
Holds all of the parts which have been transferred.
$running
protected
bool
$running
Methods
addPart()
public
addPart(TransferPart $part) : mixed
Parameters
- $part : TransferPart
Return values
mixed —cancel()
public
cancel() : $this
Return values
$this —count()
public
count() : int
Return values
int —factory()
public
static factory() : $this
Return values
$this —init()
public
init() : $this
Return values
$this —isRunning()
public
isRunning() : bool