GroupedStyleValueListSet
class GroupedStyleValueListSet implements JsonSerializable (View source)
Properties
protected string | $name | ||
protected StyleValue[] | $values |
Methods
__construct($name)
GroupedStyleValueListSet constructor.
mixed
getName()
No description
string
getDisplayName(string $format = 'html')
Get the display name for this style set (localized and escaped accordingly to $format).
void
setName(mixed $name)
No description
jsonSerialize()
No description
Details
__construct($name)
GroupedStyleValueListSet constructor.
mixed
getName()
No description
string
getDisplayName(string $format = 'html')
Get the display name for this style set (localized and escaped accordingly to $format).
void
setName(mixed $name)
No description
jsonSerialize()
No description
addValue(StyleValue $value)
No description