Json
extends Message
in package
Json is a Json expression.
Generated from protobuf message exprml.v1.Json
Table of Contents
Methods
- __construct() : mixed
- Constructor.
- clearJson() : mixed
- getJson() : Value|null
- Json is a JSON value.
- hasJson() : mixed
- setJson() : $this
- Json is a JSON value.
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
- $data : array<string|int, mixed> = NULL
-
{ Optional. Data for populating the Message object.
@type \Exprml\PB\Exprml\V1\Value $json Json is a JSON value.
}
clearJson()
public
clearJson() : mixed
getJson()
Json is a JSON value.
public
getJson() : Value|null
Generated from protobuf field .exprml.v1.Value json = 1 [json_name = "json"];
Return values
Value|nullhasJson()
public
hasJson() : mixed
setJson()
Json is a JSON value.
public
setJson(Value $var) : $this
Generated from protobuf field .exprml.v1.Value json = 1 [json_name = "json"];
Parameters
- $var : Value