\Ceo\Core\Providers\ConnectConnectProvider

Connector provider is the base class for connector actions.

Can be overridden on a per client basis to allow for callbacks to check before the connection data is pushed allowing you to check for things like the intended target, source data, etc.

Summary

Methods
Properties
Constants
__construct()
setKey()
setUrl()
getKey()
getUrl()
canConnect()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$key
$url
N/A

Properties

$key

$key : string

Type

string

$url

$url : string

Type

string

Methods

__construct()

__construct(  $key = null,   $url = null) 

Parameters

$key
$url

getKey()

getKey() : string

Get key

Returns

string

getUrl()

getUrl() : string

Get Url

Returns

string

canConnect()

canConnect(string  $srn = null) : boolean

Determine if connector should fire

Parameters

string $srn

SRN

Returns

boolean