Documentation

Elem extends Message
in package

Elem is an Elem expression.

Generated from protobuf message exprml.v1.Elem

Table of Contents

Methods

__construct()  : mixed
Constructor.
clearFrom()  : mixed
clearGet()  : mixed
getFrom()  : Expr|null
From is the index to get the element.
getGet()  : Expr|null
Get is the expression to get the element.
hasFrom()  : mixed
hasGet()  : mixed
setFrom()  : $this
From is the index to get the element.
setGet()  : $this
Get is the expression to get the element.

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 \Exprml\PB\Exprml\V1\Expr $get
      Get is the expression to get the element.
@type \Exprml\PB\Exprml\V1\Expr $from
      From is the index to get the element.

}

clearFrom()

public clearFrom() : mixed

clearGet()

public clearGet() : mixed

getFrom()

From is the index to get the element.

public getFrom() : Expr|null

Generated from protobuf field .exprml.v1.Expr from = 2 [json_name = "from"];

Return values
Expr|null

getGet()

Get is the expression to get the element.

public getGet() : Expr|null

Generated from protobuf field .exprml.v1.Expr get = 1 [json_name = "get"];

Return values
Expr|null

hasFrom()

public hasFrom() : mixed

hasGet()

public hasGet() : mixed

setFrom()

From is the index to get the element.

public setFrom(Expr $var) : $this

Generated from protobuf field .exprml.v1.Expr from = 2 [json_name = "from"];

Parameters
$var : Expr
Return values
$this

setGet()

Get is the expression to get the element.

public setGet(Expr $var) : $this

Generated from protobuf field .exprml.v1.Expr get = 1 [json_name = "get"];

Parameters
$var : Expr
Return values
$this

        
On this page

Search results