ServerResponse
in package
implements
ServerResponseInterface
AbstractYes
Table of Contents
Interfaces
- ServerResponseInterface
- Carries requests and responses between worker and host process.
Properties
Methods
- __construct() : mixed
- getID() : string|int
- getTickInfo() : TickInfo
Properties
$id read-only
private
string|int
$id
$info read-only
private
TickInfo
$info
Methods
__construct()
public
__construct(string|int $id, TickInfo $info) : mixed
Parameters
- $id : string|int
- $info : TickInfo
getID()
public
getID() : string|int
Return values
string|intgetTickInfo()
public
getTickInfo() : TickInfo