Arr
extends Message
in package
Arr is an Arr expression.
Generated from protobuf message exprml.v1.Arr
Table of Contents
Methods
- __construct() : mixed
- Constructor.
- getArr() : RepeatedField
- Arr is an array.
- setArr() : $this
- Arr is an array.
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 array<\Exprml\PB\Exprml\V1\Expr>|\Google\Protobuf\Internal\RepeatedField $arr Arr is an array.
}
getArr()
Arr is an array.
public
getArr() : RepeatedField
Generated from protobuf field repeated .exprml.v1.Expr arr = 1 [json_name = "arr"];
Return values
RepeatedFieldsetArr()
Arr is an array.
public
setArr(array<string|int, Expr>|RepeatedField $var) : $this
Generated from protobuf field repeated .exprml.v1.Expr arr = 1 [json_name = "arr"];
Parameters
- $var : array<string|int, Expr>|RepeatedField