Documentation

Response
in package
implements ResponseInterface

AbstractYes

Table of Contents

Interfaces

ResponseInterface
Carries requests and responses between worker and host process.

Properties

$historyLength  : int
$id  : string|int

Methods

__construct()  : mixed
getHistoryLength()  : int<0, max>
getID()  : string|int

Properties

$historyLength read-only

private int $historyLength

Methods

__construct()

public __construct(string|int $id, int<0, max> $historyLength) : mixed
Parameters
$id : string|int
$historyLength : int<0, max>

getHistoryLength()

public getHistoryLength() : int<0, max>
Return values
int<0, max>

getID()

public getID() : string|int
Return values
string|int

        
On this page

Search results