\CloudMunch\helperIntegrationHelper

Class IntegrationHelper This is a helper class for integration.

User can manage integration in cloudmunch using this helper.

Summary

Methods
Properties
Constants
__construct()
updateIntegration()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$appContext
$cmDataManager
$logHelper
N/A

Properties

$appContext

$appContext : \CloudMunch\helper\CloudMunch\AppContext

Type

\CloudMunch\helper\CloudMunch\AppContext — Reference to AppContext object.

$cmDataManager

$cmDataManager : \CloudMunch\helper\CloudMunch\datamanager\CMDataManager

Type

\CloudMunch\helper\CloudMunch\datamanager\CMDataManager — Reference to CMDataManager object.

$logHelper

$logHelper : \CloudMunch\helper\CloudMunch\loghandling\LogHandler

Type

\CloudMunch\helper\CloudMunch\loghandling\LogHandler — Reference to loghandler object.

Methods

__construct()

__construct(\CloudMunch\helper\CloudMunch\AppContext  $appContext, \CloudMunch\helper\CloudMunch\loghandling\LogHandler  $logHandler) 

Constructor to initialise application context and log handling.

Parameters

\CloudMunch\helper\CloudMunch\AppContext $appContext
\CloudMunch\helper\CloudMunch\loghandling\LogHandler $logHandler

updateIntegration()

updateIntegration(String  $integrationID, \CloudMunch\helper\JsonObject  $integrationData) 

Updates the integration with the given data.

Parameters

String $integrationID

Integration ID

\CloudMunch\helper\JsonObject $integrationData

Integration Data