Table of Contents
Properties
-
$exception
: Exception
-
$job
: Job
-
$response
: mixed
Methods
-
__construct()
: mixed
-
getException()
: Exception
-
getJob()
: Job
-
getResponse()
: array<string|int, mixed>
-
toArray()
: mixed
-
toJson()
: mixed
$exception
protected
Exception
$exception
= null
$job
protected
Job
$job
$response
protected
mixed
$response
= []
__construct()
public
__construct(Job $job, array<string|int, mixed> $response[, mixed $exception = null ]) : mixed
Parameters
-
$job
: Job
-
-
$response
: array<string|int, mixed>
-
-
$exception
: mixed
= null
-
getException()
public
getException() : Exception
getJob()
public
getJob() : Job
getResponse()
public
getResponse() : array<string|int, mixed>
Return values
array<string|int, mixed>
toArray()
public
toArray() : mixed
toJson()
public
toJson([mixed $options = 0 ][, mixed $depth = 512 ]) : mixed
Parameters
-
$options
: mixed
= 0
-
-
$depth
: mixed
= 512
-