VariationEdge
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
Details
__construct(ContentSubgraph $variant, ContentSubgraph $fallback, array $weight)
No description
ContentSubgraph
getVariant()
No description
ContentSubgraph
getFallback()
No description
array
getWeight()
No description