Table of Contents
Properties
-
$appTotalBytes
: int
-
$appTotalReadable
: string|null
-
$filesUploaded
: int
-
$limitBytes
: int
-
$limitReadable
: string|null
-
$totalBytes
: int
-
$totalReadable
: string|null
Methods
-
__construct()
: mixed
-
fromArray()
: mixed
$appTotalBytes
public
int
$appTotalBytes
$appTotalReadable
public
string|null
$appTotalReadable
$filesUploaded
public
int
$filesUploaded
$limitBytes
public
int
$limitBytes
$limitReadable
public
string|null
$limitReadable
$totalBytes
public
int
$totalBytes
$totalReadable
public
string|null
$totalReadable
__construct()
public
__construct(int $totalBytes, string|null $totalReadable, int $appTotalBytes, string|null $appTotalReadable, int $filesUploaded, int $limitBytes, string|null $limitReadable) : mixed
Parameters
-
$totalBytes
: int
-
-
$totalReadable
: string|null
-
-
$appTotalBytes
: int
-
-
$appTotalReadable
: string|null
-
-
$filesUploaded
: int
-
-
$limitBytes
: int
-
-
$limitReadable
: string|null
-
fromArray()
public
static fromArray(array<string|int, mixed> $data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-