SuccessResponse
extends ServerResponse
in package
implements
SuccessResponseInterface
Table of Contents
Interfaces
- SuccessResponseInterface
- Carries requests and responses between worker and host process.
Properties
- $values : ValuesInterface
- $id : string|int
- $info : TickInfo
Methods
- __construct() : mixed
- getID() : string|int
- getPayloads() : ValuesInterface
- getTickInfo() : TickInfo
Properties
$values
protected
ValuesInterface
$values
$id read-only
private
string|int
$id
$info read-only
private
TickInfo
$info
Methods
__construct()
public
__construct(ValuesInterface|null $values, string|int $id, TickInfo $info) : mixed
Parameters
- $values : ValuesInterface|null
- $id : string|int
- $info : TickInfo
getID()
public
getID() : string|int
Return values
string|intgetPayloads()
public
getPayloads() : ValuesInterface
Return values
ValuesInterfacegetTickInfo()
public
getTickInfo() : TickInfo