ContentDimension
class ContentDimension (View source)
The content dimension domain model
Properties
protected string | $name | ||
protected string | $label | ||
protected array | $valueRegistry | ||
protected int | $depth |
Methods
__construct(string $name, null $label = null)
No description
string
getName()
No description
string
getLabel()
No description
array
getValues()
No description
getValue(string $value)
No description
array
getRootValues()
No description
int
getDepth()
No description
Details
__construct(string $name, null $label = null)
No description
string
getName()
No description
string
getLabel()
No description
ContentDimensionValue
createValue(string $value, ContentDimensionValue $fallback = null)
No description
array
getValues()
No description
ContentDimensionValue|null
getValue(string $value)
No description
array
getRootValues()
No description
int
getDepth()
No description