JsonRpcVersionAware
Table of Contents
Properties
- $jsonrpc_version : string|null
Methods
- getJsonRpcVersion() : string|null
- setJsonRpcVersion() : void
Properties
$jsonrpc_version
protected
string|null
$jsonrpc_version
Methods
getJsonRpcVersion()
public
getJsonRpcVersion() : string|null
Return values
string|null —NULL means let the global var PhpJsonRpc::$defaultJsonRpcVersion decide
setJsonRpcVersion()
public
setJsonRpcVersion(string|null $jsonrpcVersion) : void
Parameters
- $jsonrpcVersion : string|null
-
Use NULL to let the global var PhpJsonRpc::$defaultJsonRpcVersion decide