class Connector extends Controller

Base Config Controller

Properties

static protected multiple: $_instances Array of \jtl\Connector\Core\Utilities\Singleton Objects from Singleton
protected $_method from Controller

Methods

static Singleton:
getInstance()

Basic Singleton implementation

from Singleton
__construct()

Basic Constructor

from Singleton
__clone()

Clone Method

from Singleton
push(DataModel $model)

(non-PHPdoc)

pull(QueryFilter $queryFilter)

(non-PHPdoc)

delete(DataModel $model)

(non-PHPdoc)

statistic(QueryFilter $queryFilter)

(non-PHPdoc)

setMethod(Method $method)

Method Setter

getMethod()

Method Getter

init(mixed $params = null)

Initialize the connector.

features(mixed $params = null)

Returns the connector features.

ack(mixed $params = null)

Ack Identity Mappings

auth(mixed $params)

Returns the connector auth action

Details

in Singleton at line 29
static Singleton: getInstance()

Basic Singleton implementation

Return Value

Singleton:

in Singleton at line 42
protected __construct()

Basic Constructor

in Singleton at line 49
final protected __clone()

Clone Method

in Controller at line 31
Action push(DataModel $model)

(non-PHPdoc)

Parameters

DataModel $model

Return Value

Action

See also

\jtl\Connector\Core\Controller\IController::push()

in Controller at line 40
Action pull(QueryFilter $queryFilter)

(non-PHPdoc)

Parameters

QueryFilter $queryFilter

Return Value

Action

See also

\jtl\Connector\Core\Controller\IController::pull()

in Controller at line 49
Action delete(DataModel $model)

(non-PHPdoc)

Parameters

DataModel $model

Return Value

Action

See also

\jtl\Connector\Core\Controller\IController::delete()

in Controller at line 58
Action statistic(QueryFilter $queryFilter)

(non-PHPdoc)

Parameters

QueryFilter $queryFilter

Return Value

Action

See also

\jtl\Connector\Core\Controller\IController::statistic()

in Controller at line 69
Controller setMethod(Method $method)

Method Setter

Parameters

Method $method

Return Value

Controller

in Controller at line 80
Method getMethod()

Method Getter

Return Value

Method

at line 36
init(mixed $params = null)

Initialize the connector.

Parameters

mixed $params Can be empty or not defined and a string.

at line 63
features(mixed $params = null)

Returns the connector features.

Parameters

mixed $params Can be empty or not defined and a string.

at line 88
ack(mixed $params = null)

Ack Identity Mappings

Parameters

mixed $params empty or ack json string.

at line 136
Action auth(mixed $params)

Returns the connector auth action

Parameters

mixed $params

Return Value

Action