Documentation

TransferState
in package

Represents the current state of the Transfer.

Tags
codeCoverageIgnore

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.

Methods

factory()

public static factory() : $this
Return values
$this

isRunning()

public isRunning() : bool
Return values
bool

Search results