\mCASHRequestor

Requestor class.

Summary

Methods
Properties
Constants
__construct()
request()
setHttpClient()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
httpClient()
$_apiKey
$_apiBase
$_httpClient
N/A

Properties

$_apiKey

$_apiKey : mixed

_apiKey

Type

mixed

$_apiBase

$_apiBase : mixed

_apiBase

Type

mixed

$_httpClient

$_httpClient : mixed

_httpClient

Type

mixed

Methods

__construct()

__construct(mixed  $apiKey = null, mixed  $apiBase = null) : void

__construct function.

Parameters

mixed $apiKey

(default: null)

mixed $apiBase

(default: null)

request()

request(mixed  $method, mixed  $url, mixed  $params, mixed  $opts) : void

request function.

Parameters

mixed $method
mixed $url
mixed $params
mixed $opts

setHttpClient()

setHttpClient(mixed  $client) : void

setHttpClient function.

Parameters

mixed $client

httpClient()

httpClient() : void

httpClient function.