Connector
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
init(mixed $params = null)
Initialize the connector.
features(mixed $params = null)
Returns the connector features.
ack(mixed $params = null)
Ack Identity Mappings
Details
in Singleton at line 29
static Singleton:
getInstance()
Basic Singleton implementation
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)
in Controller at line 40
Action
pull(QueryFilter $queryFilter)
(non-PHPdoc)
in Controller at line 49
Action
delete(DataModel $model)
(non-PHPdoc)
in Controller at line 58
Action
statistic(QueryFilter $queryFilter)
(non-PHPdoc)
in Controller at line 69
Controller
setMethod(Method $method)
Method Setter
in Controller at line 80
Method
getMethod()
Method Getter
at line 36
init(mixed $params = null)
Initialize the connector.
at line 63
features(mixed $params = null)
Returns the connector features.
at line 88
ack(mixed $params = null)
Ack Identity Mappings
at line 136
Action
auth(mixed $params)
Returns the connector auth action