FieldDto
Table of Contents
Constants
-
CONCEPT_TYPE_DIMENSION
= 'DIMENSION'
-
CONCEPT_TYPE_METRIC
= 'METRIC'
Properties
-
$aggregationType
: string|null
-
$description
: string
-
$groupConcat
: string|null
-
$groupCount
: string|null
-
$groupKey
: string|null
-
$id
: string
-
$isMetric
: bool
-
$isPrimary
: bool|null
-
$isSystem
: bool|null
-
$name
: string
-
$type
: string
Methods
-
__construct()
: mixed
-
toArray()
: array<string|int, mixed>
CONCEPT_TYPE_DIMENSION
public
mixed
CONCEPT_TYPE_DIMENSION
= 'DIMENSION'
CONCEPT_TYPE_METRIC
public
mixed
CONCEPT_TYPE_METRIC
= 'METRIC'
$aggregationType
read-only
public
string|null
$aggregationType
= null
$description
read-only
public
string
$description
$groupConcat
read-only
public
string|null
$groupConcat
= null
$groupCount
read-only
public
string|null
$groupCount
= null
$groupKey
read-only
public
string|null
$groupKey
= null
$id
read-only
public
string
$id
$isMetric
read-only
public
bool
$isMetric
$isPrimary
read-only
public
bool|null
$isPrimary
= false
$isSystem
read-only
public
bool|null
$isSystem
= true
$name
read-only
public
string
$name
$type
public
string
$type
__construct()
public
__construct(string $id, string $name, string $description, string $type, bool $isMetric[, bool|null $isPrimary = false ][, bool|null $isSystem = true ][, string|null $aggregationType = null ][, string|null $groupKey = null ][, string|null $groupConcat = null ][, string|null $groupCount = null ]) : mixed
Parameters
-
$id
: string
-
-
$name
: string
-
-
$description
: string
-
-
$type
: string
-
-
$isMetric
: bool
-
-
$isPrimary
: bool|null
= false
-
-
$isSystem
: bool|null
= true
-
-
$aggregationType
: string|null
= null
-
-
$groupKey
: string|null
= null
-
-
$groupConcat
: string|null
= null
-
-
$groupCount
: string|null
= null
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>