OptionsPropertyRootGroup
class OptionsPropertyRootGroup extends OptionsPropertyGroup (View source)
Group property item class of type root
Methods
string
getPropertyType()
Returns the property type ( either "options", or "plugin" ).
from
OptionsPropertyItem
string
getItemType()
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
__construct(string|null $name = null, string|null $text = null)
No description
from
OptionsPropertyGroup
void
from
OptionsPropertyGroup
void
from
OptionsPropertyGroup
Details
string
getPropertyType()
Returns the property type ( either "options", or "plugin" ).
string
getItemType()
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
static|null
getGroup()
Gets the instance of the class
__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
getNrOfProperties()
Gets the number of properties
int
count()
Countable interface implementation.