Documentation

Format
in package

Format of the output string.

Protobuf type exprml.v1.EncodeInput.Format

Table of Contents

Constants

JSON  = 0
JSON format.
YAML  = 1
JSON-compatible YAML format.

Methods

name()  : mixed
value()  : mixed

Constants

JSON

JSON format.

public mixed JSON = 0

Generated from protobuf enum JSON = 0;

YAML

JSON-compatible YAML format.

public mixed YAML = 1

Generated from protobuf enum YAML = 1;

Methods

name()

public static name(mixed $value) : mixed
Parameters
$value : mixed

value()

public static value(mixed $name) : mixed
Parameters
$name : mixed

        
On this page

Search results