Path
extends Message
in package
Path represents a path to the Node.
Generated from protobuf message exprml.v1.Expr.Path
Table of Contents
Methods
- __construct() : mixed
- Constructor.
- getPos() : RepeatedField
- Pos is a position in the path.
- setPos() : $this
- Pos is a position in the path.
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\Path\Pos>|\Google\Protobuf\Internal\RepeatedField $pos Pos is a position in the path.
}
getPos()
Pos is a position in the path.
public
getPos() : RepeatedField
Generated from protobuf field repeated .exprml.v1.Expr.Path.Pos pos = 1 [json_name = "pos"];
Return values
RepeatedFieldsetPos()
Pos is a position in the path.
public
setPos(array<string|int, Pos>|RepeatedField $var) : $this
Generated from protobuf field repeated .exprml.v1.Expr.Path.Pos pos = 1 [json_name = "pos"];
Parameters
- $var : array<string|int, Pos>|RepeatedField