◆ __construct()
| __construct |
( |
|
$object_id = "" | ) |
|
constructor
init class. @access public
- Parameters
-
| string | $object_id | object-id |
◆ DeleteAllConnections()
| static DeleteAllConnections |
( |
|
$object_id, |
|
|
|
$cms_type |
|
) |
| |
|
static |
◆ GetConnectedSystems()
| static GetConnectedSystems |
( |
|
$object_id | ) |
|
|
static |
◆ getConnectionModuleId()
| static getConnectionModuleId |
( |
|
$connection_object_id, |
|
|
|
$connection_module_type, |
|
|
|
$connection_cms |
|
) |
| |
|
static |
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()
get connection-status
returns true, if object has connections @access public
- Returns
- boolean connection-status
◆ isObjectConnected()
| static isObjectConnected |
( |
|
$object_id = null | ) |
|
|
static |
get connection-status
returns true, if object has connections @access public
- Parameters
-
| string | $object_id | object-id (optional) |
- Returns
- boolean connection-status
◆ readData()
read object connections
gets object connections from database @access public
◆ setConnection()
| static setConnection |
( |
|
$connection_object_id, |
|
|
|
$connection_module_id, |
|
|
|
$connection_module_type, |
|
|
|
$connection_cms |
|
) |
| |
|
static |
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()
| static unsetConnection |
( |
|
$connection_object_id, |
|
|
|
$connection_module_id, |
|
|
|
$connection_module_type, |
|
|
|
$connection_cms |
|
) |
| |
|
static |
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: