add missing property
This commit is contained in:
parent
7967779492
commit
2b14b6bf7a
@ -26,6 +26,11 @@ class TextEdit extends Control implements MultiLineable, Scriptable, Styleable,
|
|||||||
const FORMAT_Password = "Password";
|
const FORMAT_Password = "Password";
|
||||||
const FORMAT_NewPassword = "NewPassword";
|
const FORMAT_NewPassword = "NewPassword";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string $name TextEdit name
|
||||||
|
*/
|
||||||
|
protected $name = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string $default Default value
|
* @var string $default Default value
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user