final class ContentDimensionConstraintSet implements IteratorAggregate (View source)

internal  
 

A set of content dimension constraints, indexed by dimension id

Methods

__construct(array $array)

No description

createEmpty()

No description

getIterator()

No description

ContentDimensionConstraints|null
getConstraints(ContentDimensionId $dimensionId)

No description

bool
allowsCombinationWith(ContentDimensionId $contentDimensionId, ContentDimensionValue $contentDimensionValue)

No description

Details

__construct(array $array)

No description

Parameters

array $array

static ContentDimensionConstraintSet createEmpty()

No description

ArrayIterator getIterator()

No description

Return Value

ArrayIterator

ContentDimensionConstraints|null getConstraints(ContentDimensionId $dimensionId)

No description

Parameters

ContentDimensionId $dimensionId

Return Value

ContentDimensionConstraints|null

bool allowsCombinationWith(ContentDimensionId $contentDimensionId, ContentDimensionValue $contentDimensionValue)

No description

Parameters

ContentDimensionId $contentDimensionId
ContentDimensionValue $contentDimensionValue

Return Value

bool