LoadResult
extends Result
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Methods
-
__construct()
: mixed
-
getFile()
: FileInfo|null
-
getId()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
-
setFile()
: void
__construct()
public
__construct(mixed $id) : mixed
Parameters
-
$id
: mixed
-
getFile()
public
getFile() : FileInfo|null
getId()
public
getId() : mixed
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
setFile()
public
setFile(FileInfo $file) : void
Parameters
-
$file
: FileInfo
-