Member Function Documentation
DeleteAllConnections |
( |
|
$object_id, |
|
|
|
$cms_type |
|
) |
| |
GetConnectedSystems |
( |
|
$object_id | ) |
|
getConnectionModuleId |
( |
|
$connection_object_id, |
|
|
|
$connection_module_type, |
|
|
|
$connection_cms |
|
) |
| |
get module-id
returns module-id of given connection public
- Parameters
-
string | $connection_object_id | object-id |
string | $connection_module_type | module-type |
string | $connection_cms | system-type |
- Returns
- string module-id
get object connections
returns object connections public
- Returns
- array object connections
isConnected |
( |
|
$object_id = NULL | ) |
|
get connection-status
returns true, if object has connections public
- Parameters
-
string | $object_id | object-id (optional) |
- Returns
- boolean connection-status
constructor
init class. public
- Parameters
-
string | $object_id | object-id |
read object connections
gets object connections from database public
setConnection |
( |
|
$connection_object_id, |
|
|
|
$connection_module_id, |
|
|
|
$connection_module_type, |
|
|
|
$connection_cms |
|
) |
| |
set connection
sets connection with object public
- Parameters
-
string | $connection_object_id | object-id |
string | $connection_module_id | module-id |
string | $connection_module_type | module-type |
string | $connection_cms | system-type |
- Returns
- boolean successful
unsetConnection |
( |
|
$connection_object_id, |
|
|
|
$connection_module_id, |
|
|
|
$connection_module_type, |
|
|
|
$connection_cms |
|
) |
| |
unset connection
deletes connection with object public
- Parameters
-
string | $connection_object_id | object-id |
string | $connection_module_id | module-id |
string | $connection_module_type | module-type |
string | $connection_cms | system-type |
- Returns
- boolean successful
Field Documentation
The documentation for this class was generated from the following file: