Cases
extends Message
in package
Cases is a Cases expression.
Generated from protobuf message exprml.v1.Cases
Table of Contents
Methods
- __construct() : mixed
- Constructor.
- getCases() : RepeatedField
- Cases is a list of cases.
- setCases() : $this
- Cases is a list of cases.
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\Cases\PBCase>|\Google\Protobuf\Internal\RepeatedField $cases Cases is a list of cases.
}
getCases()
Cases is a list of cases.
public
getCases() : RepeatedField
Generated from protobuf field repeated .exprml.v1.Cases.Case cases = 1 [json_name = "cases"];
Return values
RepeatedFieldsetCases()
Cases is a list of cases.
public
setCases(array<string|int, PBCase>|RepeatedField $var) : $this
Generated from protobuf field repeated .exprml.v1.Cases.Case cases = 1 [json_name = "cases"];
Parameters
- $var : array<string|int, PBCase>|RepeatedField