Copied!

RetrieveResponse

RetrieveResponse.php : 16
Implements ResponseInterface

Methods

publicfrom()

RetrieveResponse.php : 41
public static from(object{id: int, created: string, belongers: object[]} $customPropertyStructure) : self

Parameters

Name Type Default value Description
$customPropertyStructure object{id: int, created: string, belongers: object[]} - -

Return values

self

publicgetBelongers()

RetrieveResponse.php : 63
public getBelongers() : array<string|int, object>

Return values

array<string|int, object>

publicgetCreated()

RetrieveResponse.php : 55
public getCreated() : string

Return values

string

publicgetId()

RetrieveResponse.php : 50
public getId() : int

Return values

int