Method
class Method
Constants
ACTION_PULL |
|
ACTION_PUSH |
|
ACTION_DELETE |
|
ACTION_STATISTIC |
|
Properties
protected string | $rpcmethod | Rcp Method | |
protected string | $controller | Connector Controller | |
protected string | $action | Connector Action |
Methods
__construct(string $rpcmethod = null, string $controller = null, string $action = null)
Constructor
string
getRpcMethod()
Rpc Method Getter
string
getController()
Controller Getter
string
getAction()
Action Getter
boolean
isCommit()
Commit check
boolean
isCore()
Core check
setRpcMethod(string $rpcmethod)
Method Setter
setController(string $controller)
Controller Setter
Details
at line 46
__construct(string $rpcmethod = null, string $controller = null, string $action = null)
Constructor
at line 58
string
getRpcMethod()
Rpc Method Getter
at line 68
string
getController()
Controller Getter
at line 78
string
getAction()
Action Getter
at line 88
boolean
isCommit()
Commit check
at line 98
boolean
isCore()
Core check
at line 113
Method
setRpcMethod(string $rpcmethod)
Method Setter
at line 125
Method
setController(string $controller)
Controller Setter
at line 137
Method
setAction(string $action)
Action Setter