You are here

protected property Response::$version in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 src/Object/Response.php \Drupal\jsonrpc\Object\Response::version

The JSON-RPC version.

Type: string

File

src/Object/Response.php, line 21

Class

Response
Response object to help implement JSON RPC's spec for response objects.

Namespace

Drupal\jsonrpc\Object

Code

protected $version;