UploadIdInterface
extends
Serializable
in
An object that encapsulates the data identifying an upload
Table of Contents
Methods
- fromParams() : self
- Create an UploadId from an array
- toParams() : array<string|int, mixed>
- Returns the array form of the upload identification for use as command params
Methods
fromParams()
Create an UploadId from an array
public
static fromParams(array<string|int, mixed> $data) : self
Parameters
- $data : array<string|int, mixed>
-
Data representing the upload identification
Return values
selftoParams()
Returns the array form of the upload identification for use as command params
public
toParams() : array<string|int, mixed>