You are here

protected property Response::$result in JSON-RPC 8

Same name and namespace in other branches
  1. 2.x src/Object/Response.php \Drupal\jsonrpc\Object\Response::result

The result.

Type: mixed

File

src/Object/Response.php, line 34

Class

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

Namespace

Drupal\jsonrpc\Object

Code

protected $result;