class OptionsPropertySubgroup extends OptionsPropertyGroup (View source)

Group property item class of type subgroup

Methods

__construct(string $name = '', string $text = '')

No description

string
getName()

No description

string
getText()

No description

void
addProperty(OptionsPropertyItem $property)

Adds a property to the group of properties

void
removeProperty(OptionsPropertyItem $property)

Removes a property from the group of properties

getProperties()

Gets the group of properties

void
setSubgroupHeader(OptionsPropertyOneItem $subgroupHeader)

No description

Details

__construct(string $name = '', string $text = '')

No description

Parameters

string $name
string $text

string getName()

No description

Return Value

string

string getText()

No description

Return Value

string

void addProperty(OptionsPropertyItem $property)

Adds a property to the group of properties

Parameters

OptionsPropertyItem $property

the property instance to be added to the group

Return Value

void

void removeProperty(OptionsPropertyItem $property)

Removes a property from the group of properties

Parameters

OptionsPropertyItem $property

the property instance to be removed from the group

Return Value

void

SplObjectStorage getProperties()

Gets the group of properties

Return Value

SplObjectStorage

OptionsPropertyOneItem|null getSubgroupHeader()

No description

Return Value

OptionsPropertyOneItem|null

void setSubgroupHeader(OptionsPropertyOneItem $subgroupHeader)

No description

Parameters

OptionsPropertyOneItem $subgroupHeader

Return Value

void