The base class for all value objects and structs.
Methods¶
__construct()
¶
RangeAggregationResultEntry.php
:
29
Construct object optionally with a set of properties.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$key | Range<string|int, TValue> | - | - |
$count | int | - | - |
getCount()
¶
RangeAggregationResultEntry.php
:
45
|
|
Return values
int
getKey()
¶
RangeAggregationResultEntry.php
:
40
|
|
Return values
getProperties()
¶
ValueObject.php
:
53
Returns list of available properties' names.
|
|
Override to add dynamic properties.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$dynamicProperties | array<int, string> | [] |
Additional dynamic properties exposed on the object |
Return values
array<int, string>
Attributes
- #[Ignore]