HubClient
in package
Class HubClient
Table of Contents
- $curl : CurlClient
- $gxAdapter : GxAdapter
- $settings : Settings
- __construct() : mixed
- HubClient constructor.
- getHubModulesData() : array<string|int, mixed>
- Returns the hub modules data.
- startHubSession() : string
Properties
$curl
private
CurlClient
$curl
$gxAdapter
private
GxAdapter
$gxAdapter
$settings
private
Settings
$settings
Methods
__construct()
HubClient constructor.
public
__construct(Settings $settings, GxAdapter $gxAdapter, CurlClient $curl) : mixed
Parameters
- $settings : Settings
- $gxAdapter : GxAdapter
- $curl : CurlClient
Return values
mixed —getHubModulesData()
Returns the hub modules data.
public
getHubModulesData() : array<string|int, mixed>
Return values
array<string|int, mixed> —startHubSession()
private
startHubSession() : string