JSONRPC 1.0.0

JsonRpcVersionAware

Table of Contents

Properties

$jsonrpc_version  : string|null

Methods

getJsonRpcVersion()  : string|null
setJsonRpcVersion()  : void

Properties

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


        
On this page

Search results