Interfaces, Classes, Traits and Enums
- IWhmcsHttpClient
Table of Contents
-
API_PATH
= '/includes/api.php'
-
$api_url
: string
-
$identifier
: string
-
$secret
: string
-
$client
: string
-
__construct()
: mixed
-
call()
: array<string|int, mixed>
API_PATH
public
mixed
API_PATH
= '/includes/api.php'
$api_url
protected
string
$api_url
$identifier
protected
string
$identifier
$secret
protected
string
$secret
$client
private
string
$client
__construct()
public
__construct(mixed $url, mixed $identifier, mixed $secret) : mixed
Parameters
-
$url
: mixed
-
-
$identifier
: mixed
-
-
$secret
: mixed
-
Return values
mixed
—
call()
public
call(array<string|int, mixed> $request) : array<string|int, mixed>
Parameters
-
$request
: array<string|int, mixed>
-
Return values
array<string|int, mixed>
—