OptionsPropertyRootGroup
class OptionsPropertyRootGroup extends OptionsPropertyGroup (View source)
Group property item class of type root
Methods
__construct(string|null $name = null, string|null $text = null)
No description
from
OptionsPropertyGroup
void
from
OptionsPropertyGroup
void
from
OptionsPropertyGroup
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.