add missing property

This commit is contained in:
Beu 2023-07-06 21:28:14 +02:00
parent 7967779492
commit 2b14b6bf7a
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@ class TextEdit extends Control implements MultiLineable, Scriptable, Styleable,
const FORMAT_Password = "Password";
const FORMAT_NewPassword = "NewPassword";
/**
* @var string $name TextEdit name
*/
protected $name = null;
/**
* @var string $default Default value
*/