Documentation

ParseInput extends Message
in package

ParseInput is the input message for the Parse method.

Generated from protobuf message exprml.v1.ParseInput

Table of Contents

Methods

__construct()  : mixed
Constructor.
clearValue()  : mixed
getValue()  : Value|null
JSON value to parse.
hasValue()  : mixed
setValue()  : $this
JSON value to parse.

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 $value
      JSON value to parse.

}

getValue()

JSON value to parse.

public getValue() : Value|null

Generated from protobuf field .exprml.v1.Value value = 1 [json_name = "value"];

Return values
Value|null

setValue()

JSON value to parse.

public setValue(Value $var) : $this

Generated from protobuf field .exprml.v1.Value value = 1 [json_name = "value"];

Parameters
$var : Value
Return values
$this

        
On this page

Search results