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

createValue(string $value, ContentDimensionValue $fallback = null)

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

Parameters

string $name
null $label

string getName()

No description

Return Value

string

string getLabel()

No description

Return Value

string

ContentDimensionValue createValue(string $value, ContentDimensionValue $fallback = null)

No description

Parameters

string $value
ContentDimensionValue $fallback

Return Value

ContentDimensionValue

array getValues()

No description

Return Value

array

ContentDimensionValue|null getValue(string $value)

No description

Parameters

string $value

Return Value

ContentDimensionValue|null

array getRootValues()

No description

Return Value

array

int getDepth()

No description

Return Value

int