Laravel UploadThing

UsageInfo
in package

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

Properties

$appTotalReadable

public string|null $appTotalReadable

$limitReadable

public string|null $limitReadable

$totalReadable

public string|null $totalReadable

Methods

__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>

        
On this page

Search results