Sdk
in package
SDK Base class
Tags
Table of Contents
Constants
- VERSION = '0.1'
Properties
- $args : array<string|int, mixed>
Methods
- __call() : void
- __construct() : mixed
- creates a new SDK object
Constants
VERSION
public
mixed
VERSION
= '0.1'
Properties
$args
private
array<string|int, mixed>
$args
Arguments for creating clients
Methods
__call()
public
__call(string $name, array<string|int, mixed> $args) : void
Parameters
- $name : string
- $args : array<string|int, mixed>
__construct()
creates a new SDK object
public
__construct([array<string|int, mixed> $args = [] ]) : mixed
Parameters
- $args : array<string|int, mixed> = []