abstract class OptionsPropertyGroup extends OptionsPropertyItem (View source)

Parents group property items and provides methods to manage groups of properties.

modify descriptions if needed, when the options are integrated

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

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