You are here

protected property JsonRpcParameterDefinition::$id in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 src/Annotation/JsonRpcParameterDefinition.php \Drupal\jsonrpc\Annotation\JsonRpcParameterDefinition::id

The name of the parameter if the params are by-name, an offset otherwise.

Type: string|int

File

src/Annotation/JsonRpcParameterDefinition.php, line 22

Class

JsonRpcParameterDefinition
Defines a JsonRpcParameterDefinition annotation object.

Namespace

Drupal\jsonrpc\Annotation

Code

protected $id;