class Connect

Properties

$last_error

Methods

array
__call($function_name, $args)

Magic Function If started with underscore the call is handled by the connect call dispatcher, e.g. call Connect Function like ->lib->connect->_send_sms($param1, $param2); Otherwise a standard WebServices call is initiated

__construct()

No description

mixed
__get($variable)

Magic Function to initialize object on first access of magic properties

mixed
call(mixed $function)

Wrapper for magic function

bool
checkRepoSSL()

Checks if a SSL connection can be established with the Repo server.

bool
function_exists(string $function)

Checks wether a certain function is available on the connect server side

array
get_encoded_license_info()

Check License

array
get_license_info(bool $from_cache = false)

No description

array
get_licensed_modules()

Returns a list with all module ids (names) that are included in the current license.

string
get_my_ip()

Returns the current public IP address if possible

set_connection_config_value(mixed $key, mixed $value)

Sets an config value for the connection.

Details

at line 191
array __call($function_name, $args)

Magic Function If started with underscore the call is handled by the connect call dispatcher, e.g. call Connect Function like ->lib->connect->_send_sms($param1, $param2); Otherwise a standard WebServices call is initiated

Parameters

$function_name
$args

Return Value

array

Returns NULL if error during call. Otherwise a result array is returned

at line 39
__construct()

No description

at line 171
mixed __get($variable)

Magic Function to initialize object on first access of magic properties

Parameters

$variable

Return Value

mixed

at line 295
mixed call(mixed $function)

Wrapper for magic function

Parameters

mixed $function

Return Value

mixed

at line 400
bool checkRepoSSL()

Checks if a SSL connection can be established with the Repo server.

Return Value

bool

at line 252
bool function_exists(string $function)

Checks wether a certain function is available on the connect server side

Parameters

string $function

Function Name

Return Value

bool

at line 307
array get_encoded_license_info()

Check License

Return Value

array

at line 367
array get_license_info(bool $from_cache = false)

No description

Parameters

bool $from_cache

Return Value

array

at line 346
array get_licensed_modules()

Returns a list with all module ids (names) that are included in the current license.

Return Value

array

An array containing module ids (names)

at line 379
string get_my_ip()

Returns the current public IP address if possible

Return Value

string

at line 162
set_connection_config_value(mixed $key, mixed $value)

Sets an config value for the connection.

Parameters

mixed $key
mixed $value