Table of Contents
Properties
-
$code
: int
-
$http_success
: bool
-
$isHtml
: bool
-
$isJson
: bool
-
$jsonBody
: object|null
-
$origRes
: array<string|int, mixed>
-
$rehidrateState
: object|null
Methods
-
__construct()
: mixed
-
hasRehidrate()
: bool
$code
public
int
$code
$http_success
public
bool
$http_success
$isHtml
public
bool
$isHtml
= false
$isJson
public
bool
$isJson
= false
$jsonBody
public
object|null
$jsonBody
= null
$origRes
public
array<string|int, mixed>
$origRes
$rehidrateState
public
object|null
$rehidrateState
= null
__construct()
public
__construct(array<string|int, mixed> $res) : mixed
Parameters
-
$res
: array<string|int, mixed>
-
hasRehidrate()
public
hasRehidrate() : bool