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

setAction(string $action)

Action Setter

Details

at line 46
__construct(string $rpcmethod = null, string $controller = null, string $action = null)

Constructor

Parameters

string $rpcmethod
string $controller
string $action

at line 58
string getRpcMethod()

Rpc Method Getter

Return Value

string

at line 68
string getController()

Controller Getter

Return Value

string

at line 78
string getAction()

Action Getter

Return Value

string

at line 88
boolean isCommit()

Commit check

Return Value

boolean

at line 98
boolean isCore()

Core check

Return Value

boolean

at line 113
Method setRpcMethod(string $rpcmethod)

Method Setter

Parameters

string $rpcmethod

Return Value

Method

at line 125
Method setController(string $controller)

Controller Setter

Parameters

string $controller

Return Value

Method

at line 137
Method setAction(string $action)

Action Setter

Parameters

string $action

Return Value

Method