ExportPluginProperties
class ExportPluginProperties extends PluginPropertyItem (View source)
Defines possible options and getters and setters for them.
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.
Gets the force file parameter
Sets the force file parameter
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()
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.
string
getText()
No description
void
setText(string $text)
No description
string
getExtension()
No description
void
setExtension(string $extension)
No description
OptionsPropertyRootGroup|null
getOptions()
No description
void
setOptions(OptionsPropertyRootGroup $options)
No description
string
getOptionsText()
No description
void
setOptionsText(string $optionsText)
No description
string
getMimeType()
No description
void
setMimeType(string $mimeType)
No description
bool
getForceFile()
Gets the force file parameter
void
setForceFile(bool $forceFile)
Sets the force file parameter