class GroupedStyleValueListSet implements JsonSerializable (View source)

Properties

protected string $name
protected StyleValue[] $values

Methods

__construct($name)

GroupedStyleValueListSet constructor.

mixed
getName()

No description

void
setName(mixed $name)

No description

jsonSerialize()

No description

addValue(StyleValue $value)

No description

Details

__construct($name)

GroupedStyleValueListSet constructor.

Parameters

$name

mixed getName()

No description

Return Value

mixed

void setName(mixed $name)

No description

Parameters

mixed $name

Return Value

void

jsonSerialize()

No description

addValue(StyleValue $value)

No description

Parameters

StyleValue $value