OptionsPropertyOneItem
abstract class OptionsPropertyOneItem extends OptionsPropertyItem (View source)
Parents only single property items (not groups).
Defines possible options and getters and setters for them.
Methods
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
__construct(string $name = '', string $text = '')
No description
string
getName()
No description
string
getText()
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
abstract string
getHtml(Plugin $plugin, PluginType $pluginType)
No description