◆ DeleteAllConnections()
| DeleteAllConnections |
( |
|
$object_id, |
|
|
|
$cms_type |
|
) |
| |
◆ GetConnectedSystems()
| GetConnectedSystems |
( |
|
$object_id | ) |
|
◆ getConnectionModuleId()
| getConnectionModuleId |
( |
|
$connection_object_id, |
|
|
|
$connection_module_type, |
|
|
|
$connection_cms |
|
) |
| |
get module-id
returns module-id of given connection @access public
- Parameters
-
| string | $connection_object_id | object-id |
| string | $connection_module_type | module-type |
| string | $connection_cms | system-type |
- Returns
- string module-id
◆ getConnections()
get object connections
returns object connections @access public
- Returns
- array object connections
◆ isConnected()
| isConnected |
( |
|
$object_id = NULL | ) |
|
get connection-status
returns true, if object has connections @access public
- Parameters
-
| string | $object_id | object-id (optional) |
- Returns
- boolean connection-status
◆ ObjectConnections()
constructor
init class. @access public
- Parameters
-
| string | $object_id | object-id |
◆ readData()
read object connections
gets object connections from database @access public
◆ setConnection()
| setConnection |
( |
|
$connection_object_id, |
|
|
|
$connection_module_id, |
|
|
|
$connection_module_type, |
|
|
|
$connection_cms |
|
) |
| |
set connection
sets connection with object @access 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()
| unsetConnection |
( |
|
$connection_object_id, |
|
|
|
$connection_module_id, |
|
|
|
$connection_module_type, |
|
|
|
$connection_cms |
|
) |
| |
unset connection
deletes connection with object @access 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
◆ $id
◆ $object_connections
The documentation for this class was generated from the following file: