final class ContentDimensionValue (View source)

A content dimension value in a single ContentDimension; e.g. the value "de" in the dimension "language".

Methods

__construct(string $value, ContentDimensionValueSpecializationDepth $specializationDepth = new ContentDimensionValueSpecializationDepth(0), ContentDimensionConstraintSet $constraints = new ContentDimensionConstraintSet([]), array $configuration = [])

No description

bool
canBeCombinedWith(ContentDimensionId $dimensionId, ContentDimensionValue $otherDimensionValue)

No description

mixed
getConfigurationValue(string $path)

No description

Details

__construct(string $value, ContentDimensionValueSpecializationDepth $specializationDepth = new ContentDimensionValueSpecializationDepth(0), ContentDimensionConstraintSet $constraints = new ContentDimensionConstraintSet([]), array $configuration = [])

No description

Parameters

string $value
ContentDimensionValueSpecializationDepth $specializationDepth
ContentDimensionConstraintSet $constraints
array $configuration

Exceptions

ContentDimensionValueIsInvalid

bool canBeCombinedWith(ContentDimensionId $dimensionId, ContentDimensionValue $otherDimensionValue)

No description

Parameters

ContentDimensionId $dimensionId
ContentDimensionValue $otherDimensionValue

Return Value

bool

mixed getConfigurationValue(string $path)

No description

Parameters

string $path

Return Value

mixed