class VariationEdge (View source)

The variation edge domain model May serve as a fallback edge for variants or as a variant edge for fallbacks

Properties

protected ContentSubgraph $variant
protected ContentSubgraph $fallback
protected array $weight

Methods

__construct(ContentSubgraph $variant, ContentSubgraph $fallback, array $weight)

No description

getVariant()

No description

getFallback()

No description

array
getWeight()

No description

Details

__construct(ContentSubgraph $variant, ContentSubgraph $fallback, array $weight)

No description

Parameters

ContentSubgraph $variant
ContentSubgraph $fallback
array $weight

ContentSubgraph getVariant()

No description

Return Value

ContentSubgraph

ContentSubgraph getFallback()

No description

Return Value

ContentSubgraph

array getWeight()

No description

Return Value

array