SuccessClientResponse
in package
implements
SuccessResponseInterface
FinalYes
Table of Contents
Interfaces
- SuccessResponseInterface
- Carries requests and responses between worker and host process.
Properties
- $id : int|string
- $values : ValuesInterface|null
Methods
- __construct() : mixed
- getID() : string|int
- getPayloads() : ValuesInterface
Properties
$id read-only
private
int|string
$id
$values read-only
private
ValuesInterface|null
$values
= null
Methods
__construct()
public
__construct(int|string $id[, ValuesInterface|null $values = null ]) : mixed
Parameters
- $id : int|string
- $values : ValuesInterface|null = null
getID()
public
getID() : string|int
Return values
string|intgetPayloads()
public
getPayloads() : ValuesInterface