ContentDimensionValue
class ContentDimensionValue (View source)
The content dimension value domain model
Properties
protected string | $value | ||
protected ContentDimensionValue | $fallback | ||
protected array | $variants | ||
protected int | $depth |
Methods
void
array
getVariants()
No description
getFallback()
No description
string
getValue()
No description
int
getDepth()
No description
int
string
__toString()
No description
Details
__construct(string $value, ContentDimensionValue $fallback = null)
No description
void
registerVariant(ContentDimensionValue $variant)
No description
array
getVariants()
No description
ContentDimensionValue|null
getFallback()
No description
string
getValue()
No description
int
getDepth()
No description
int
calculateFallbackDepth(ContentDimensionValue $fallback)
No description
string
__toString()
No description