class StyleValueList (View source)

Class StyleValueList Responsible for joining the styles found in a theme's styles.xml file with the actual values they have in a particular context.

Properties

protected StyleValue[] $values

Methods

addValue(StyleInterface $style, ValueInterface $value)

No description

add(StyleValue $styleValue)

No description

array
getValues()

No description

Details

addValue(StyleInterface $style, ValueInterface $value)

No description

Parameters

StyleInterface $style
ValueInterface $value

add(StyleValue $styleValue)

No description

Parameters

StyleValue $styleValue

array getValues()

No description

Return Value

array

GroupedStyleValueList createGroupedStyleValueList(StyleList $styleList)

No description

Parameters

StyleList $styleList

Return Value

GroupedStyleValueList