EntryJobResult
in package
implements
JsonSerializable
FinalYes
Table of Contents
Interfaces
- JsonSerializable
Properties
- $zip : string|null
Methods
- getZip() : string|null
- jsonSerialize() : mixed
- Specify data which should be serialized to JSON
- setZip() : void
Properties
$zip
private
string|null
$zip
Methods
getZip()
public
getZip() : string|null
Return values
string|nulljsonSerialize()
Specify data which should be serialized to JSON
public
jsonSerialize() : mixed
Tags
Return values
mixed —data which can be serialized by json_encode, which is a value of any type other than a resource.
setZip()
public
setZip(string|null $zip) : void
Parameters
- $zip : string|null