final class ContentDimensionValues implements IteratorAggregate (View source)

A collection of content dimension values, indexed by dimension identifier

Properties

ContentDimensionValue> $values

The actual values, indexed by string representation

ContentDimensionValueSpecializationDepth $maximumDepth

Methods

__construct(array $values)

No description

getIterator()

No description

getValue(string $value)

No description

array
getRootValues()

No description

Details

__construct(array $values)

No description

Parameters

array $values

Traversable getIterator()

No description

Return Value

Traversable

ContentDimensionValue|null getValue(string $value)

No description

Parameters

string $value

Return Value

ContentDimensionValue|null

array getRootValues()

No description

Return Value

array