class MessageOnlyPropertyItem extends OptionsPropertyOneItem (View source)

Single property item class of type messageOnly

Methods

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.

__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

array
getValues()

Gets the values

void
setValues(array $values)

Sets the values

array|string
getDoc()

Gets MySQL documentation pointer

void
setDoc(string|array $doc)

Sets the doc

int
getLen()

No description

void
setLen(int $len)

No description

int
getSize()

No description

void
setSize(int $size)

No description

Details

string getPropertyType()

Returns the property type ( either "options", or "plugin" ).

Return Value

string

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" )

Return Value

string

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.

Return Value

static|null

__construct(string|null $name = null, string|null $text = null)

No description

Parameters

string|null $name
string|null $text

string|null getName()

No description

Return Value

string|null

void setName(string $name)

No description

Parameters

string $name

Return Value

void

string|null getText()

No description

Return Value

string|null

void setText(string $text)

No description

Parameters

string $text

Return Value

void

string|null getForce()

No description

Return Value

string|null

void setForce(string $force)

No description

Parameters

string $force

Return Value

void

array getValues()

Gets the values

Return Value

array

void setValues(array $values)

Sets the values

Parameters

array $values values

Return Value

void

array|string getDoc()

Gets MySQL documentation pointer

Return Value

array|string

void setDoc(string|array $doc)

Sets the doc

Parameters

string|array $doc

MySQL documentation pointer

Return Value

void

int getLen()

No description

Return Value

int

void setLen(int $len)

No description

Parameters

int $len

Return Value

void

int getSize()

No description

Return Value

int

void setSize(int $size)

No description

Parameters

int $size

Return Value

void