Ref
extends Message
in package
Ref is a Ref expression.
Generated from protobuf message exprml.v1.Ref
Table of Contents
Methods
- __construct() : mixed
- Constructor.
- getIdent() : string
- Ident is the identifier of the reference.
- setIdent() : $this
- Ident is the identifier of the reference.
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 reference.
}
getIdent()
Ident is the identifier of the reference.
public
getIdent() : string
Generated from protobuf field string ident = 1 [json_name = "ident"];
Return values
stringsetIdent()
Ident is the identifier of the reference.
public
setIdent(string $var) : $this
Generated from protobuf field string ident = 1 [json_name = "ident"];
Parameters
- $var : string