ViewProjection
in package
FinalYes
Table of Contents
Properties
- $aggregation : AggregationInterface|null
- $attributeKeys : array<string|int, mixed>|null
- $description : string|null
- $name : string
- $unit : string|null
Methods
- __construct() : mixed
Properties
$aggregation read-only
public
AggregationInterface|null
$aggregation
$attributeKeys read-only
public
array<string|int, mixed>|null
$attributeKeys
$description read-only
public
string|null
$description
$name read-only
public
string
$name
$unit read-only
public
string|null
$unit
Methods
__construct()
public
__construct(string $name, string|null $unit, string|null $description, array<int, string>|null $attributeKeys, AggregationInterface|null $aggregation) : mixed
Parameters
- $name : string
- $unit : string|null
- $description : string|null
- $attributeKeys : array<int, string>|null
- $aggregation : AggregationInterface|null