BaseResponse
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 read-only
private
array<string|int, mixed>
$rawHttp
Methods
getRawHttp()
public
getRawHttp() : string
Return values
string —Raw dump of the JSON response.
__construct()
protected
__construct(array<string, int|float|string|bool|null|array<string|int, mixed>> $rawHttp) : mixed
Parameters
- $rawHttp : array<string, int|float|string|bool|null|array<string|int, mixed>>
-
Raw server response array.