Connect
class Connect
Constants
| PACKAGE_MANAGER_MODULE_NAME |
|
| PACKAGE_MANAGER_REPO_INSTANCE_NAME |
|
Properties
| $last_error |
Methods
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
Magic Function to initialize object on first access of magic properties
Wrapper for magic function
Connects to the repository WSDL and checks if it returns a 401 / Authentication Error
Checks if a SSL connection can be established with the Repo server.
Checks wether a certain function is available on the connect server side
Returns the function detail parameters for this function.
No description
Check License
No description
Returns a list with all module ids (names) that are included in the current license.
Returns the current public IP address if possible
Sets an config value for the connection.
Details
at line 218
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
at line 198
mixed
__get($variable)
Magic Function to initialize object on first access of magic properties
at line 360
mixed
call(string $function)
Wrapper for magic function
at line 466
bool
checkRepoAuthentication($options)
Connects to the repository WSDL and checks if it returns a 401 / Authentication Error
at line 499
bool
checkRepoSSL()
Checks if a SSL connection can be established with the Repo server.
at line 298
bool
function_exists(string $function)
Checks wether a certain function is available on the connect server side
at line 316
array|null
getFunctionDetails(string $function)
Returns the function detail parameters for this function.
at line 50
protected SoapClient
getSoapClient(string $wsdlUrl, array $options)
No description
at line 374
array
get_encoded_license_info()
Check License
at line 434
array
get_license_info(bool $from_cache = false)
No description
at line 413
array
get_licensed_modules()
Returns a list with all module ids (names) that are included in the current license.
at line 446
string
get_my_ip()
Returns the current public IP address if possible
at line 189
set_connection_config_value(mixed $key, mixed $value)
Sets an config value for the connection.