Documentation

Meta
in package

Has information about how the request went

Table of Contents

Properties

$httpCode  : int
$og  : object
$proxitokCode  : int
$proxitokMsg  : string
$response  : Response
$success  : bool

Methods

__construct()  : mixed
getCode()  : int
getMsg()  : string
setOgIfExists()  : void
setState()  : mixed

Properties

$httpCode

public int $httpCode = 503

$proxitokCode

public int $proxitokCode = -1

$proxitokMsg

public string $proxitokMsg = ''

$success

public bool $success = false

Methods

getCode()

private getCode(object $data) : int
Parameters
$data : object
Return values
int

getMsg()

private getMsg(object $data) : string
Parameters
$data : object
Return values
string

setOgIfExists()

private setOgIfExists(object|null $root) : void
Parameters
$root : object|null

setState()

private setState(bool $http_success, int $proxitokCode, string $proxitokMsg) : mixed
Parameters
$http_success : bool
$proxitokCode : int
$proxitokMsg : string

        
On this page

Search results