Documentation

CRM_Cxn_CiviCxnStore
in package
implements CxnStoreInterface

Class CRM_Cxn_CiviCxnStore

Table of Contents

Interfaces

CxnStoreInterface

Properties

$cxns  : mixed

Methods

add()  : mixed
getAll()  : mixed
getByAppId()  : mixed
getByCxnId()  : mixed
remove()  : mixed
convertCxnToDao()  : mixed
convertDaoToCxn()  : array<string|int, mixed>

Properties

Methods

add()

public add(mixed $cxn) : mixed
Parameters
$cxn : mixed
Tags
inheritDoc

getByAppId()

public getByAppId(mixed $appId) : mixed
Parameters
$appId : mixed
Tags
inheritDoc

getByCxnId()

public getByCxnId(mixed $cxnId) : mixed
Parameters
$cxnId : mixed
Tags
inheritDoc

remove()

public remove(mixed $cxnId) : mixed
Parameters
$cxnId : mixed
Tags
inheritDoc

convertCxnToDao()

protected convertCxnToDao(array<string|int, mixed> $cxn, CRM_Cxn_DAO_Cxn $dao) : mixed
Parameters
$cxn : array<string|int, mixed>

Array-encoded connection details.

$dao : CRM_Cxn_DAO_Cxn

        
On this page

Search results