Documentation

DecodeInput extends Message
in package

DecodeInput is the input message for the Decode method.

Generated from protobuf message exprml.v1.DecodeInput

Table of Contents

Methods

__construct()  : mixed
Constructor.
getText()  : string
string in JSON (and JSON-compatible YAML).
setText()  : $this
string in JSON (and JSON-compatible YAML).

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 string $text
      string in JSON (and JSON-compatible YAML).

}

getText()

string in JSON (and JSON-compatible YAML).

public getText() : string

Generated from protobuf field string text = 1 [json_name = "text"];

Return values
string

setText()

string in JSON (and JSON-compatible YAML).

public setText(string $var) : $this

Generated from protobuf field string text = 1 [json_name = "text"];

Parameters
$var : string
Return values
$this

        
On this page

Search results