chore: Аннотации к типам
This commit is contained in:
parent
5e8958969f
commit
f964472e62
28 changed files with 140 additions and 36 deletions
|
|
@ -13,11 +13,13 @@ class Field
|
|||
/** @var string */
|
||||
public $label; // Метка поля
|
||||
|
||||
/** @var mixed */
|
||||
public $value; // Значение поля
|
||||
/** @var string */
|
||||
public $type = ""; // Каждому типу элемента соответствует макрос TAL
|
||||
/** @var ?string */
|
||||
public $error_msg = null;
|
||||
/** @var ?mixed */
|
||||
public $default = null;
|
||||
/** @var bool */
|
||||
public $error = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue