CommonResponse
in package
AbstractYes
Common response base class for V2.
Table of Contents
Properties
- $rawHttp : array<string|int, mixed>
Methods
- getRawHttp() : string
- __construct() : mixed
Properties
$rawHttp
private
array<string|int, mixed>
$rawHttp
Raw HTTP response from the server.
Methods
getRawHttp()
public
getRawHttp() : string
Return values
string —Raw dump of the JSON response.
__construct()
protected
__construct(array<string|int, mixed> $serverResponse) : mixed
Parameters
- $serverResponse : array<string|int, mixed>
-
Raw server response array.