OptionsPropertyGroup
abstract class OptionsPropertyGroup extends OptionsPropertyItem (View source)
Parents group property items and provides methods to manage groups of properties.
Methods
__construct(string $name = '', string $text = '')
No description
void
void
getProperties()
Gets the group of properties
Details
__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
SplObjectStorage
getProperties()
Gets the group of properties