OptionsPropertyGroup
abstract class OptionsPropertyGroup extends OptionsPropertyItem implements Countable (View source)
Parents group property items and provides methods to manage groups of properties.
Methods
__construct(string|null $name = null, string|null $text = null)
No description
void
void
getProperties()
Gets the group of properties
int
count()
Countable interface implementation.
Details
__construct(string|null $name = null, string|null $text = null)
No description
string|null
getName()
No description
void
setName(string $name)
No description
string|null
getText()
No description
void
setText(string $text)
No description
string|null
getForce()
No description
void
setForce(string $force)
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
int
count()
Countable interface implementation.