OptionsPropertyItem
abstract class OptionsPropertyItem extends PropertyItem (View source)
Superclass for
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem and
- OptionsProperty Group
Methods
Returns the property type ( either "options", or "plugin" ).
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" )
Only overwritten in the PhpMyAdmin\Properties\Options\OptionsPropertyGroup class: Used to tell whether we can use the current item as a group by calling the addProperty() or removeProperty() methods, which are not available for simple PhpMyAdmin\Properties\Options\OptionsPropertyOneItem subclasses.
No description
No description
No description
No description
No description
No description
No description
Details
string
getPropertyType()
Returns the property type ( either "options", or "plugin" ).
abstract 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()
Only overwritten in the PhpMyAdmin\Properties\Options\OptionsPropertyGroup class: Used to tell whether we can use the current item as a group by calling the addProperty() or removeProperty() methods, which are not available for simple PhpMyAdmin\Properties\Options\OptionsPropertyOneItem subclasses.
__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