Call
extends Message
in package
Call is a Call expression.
Generated from protobuf message exprml.v1.Call
Table of Contents
Methods
- __construct() : mixed
- Constructor.
- getArgs() : MapField
- Args is the list of arguments.
- getIdent() : string
- Ident is the identifier of the call.
- setArgs() : $this
- Args is the list of arguments.
- setIdent() : $this
- Ident is the identifier of the call.
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 $ident Ident is the identifier of the call. @type array|\Google\Protobuf\Internal\MapField $args Args is the list of arguments.
}
getArgs()
Args is the list of arguments.
public
getArgs() : MapField
Generated from protobuf field map<string, .exprml.v1.Expr> args = 2 [json_name = "args"];
Return values
MapFieldgetIdent()
Ident is the identifier of the call.
public
getIdent() : string
Generated from protobuf field string ident = 1 [json_name = "ident"];
Return values
stringsetArgs()
Args is the list of arguments.
public
setArgs(array<string|int, mixed>|MapField $var) : $this
Generated from protobuf field map<string, .exprml.v1.Expr> args = 2 [json_name = "args"];
Parameters
- $var : array<string|int, mixed>|MapField
Return values
$thissetIdent()
Ident is the identifier of the call.
public
setIdent(string $var) : $this
Generated from protobuf field string ident = 1 [json_name = "ident"];
Parameters
- $var : string