final class SegmentMapping implements IteratorAggregate, Countable (View source)

Methods

static SegmentMapping
create(SegmentMappingElement ...$elements)

No description

static SegmentMapping
fromArray(array $dimensionValueMapping)

No description

getIterator()

No description

int
count()

No description

Details

static SegmentMapping create(SegmentMappingElement ...$elements)

No description

Parameters

SegmentMappingElement ...$elements

Return Value

SegmentMapping

static SegmentMapping fromArray(array $dimensionValueMapping)

No description

Parameters

array $dimensionValueMapping

Return Value

SegmentMapping

Traversable getIterator()

No description

Return Value

Traversable

int count()

No description

Return Value

int