Documentation

JobResult
in package

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

Properties

$exception

protected Exception $exception = null

Methods

__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
Return values
Exception

getResponse()

public getResponse() : array<string|int, mixed>
Return values
array<string|int, mixed>

toJson()

public toJson([mixed $options = 0 ][, mixed $depth = 512 ]) : mixed
Parameters
$options : mixed = 0
$depth : mixed = 512

        
On this page

Search results