Merge pull request #9778 from frederic34/patch-9
add errors def to form class
This commit is contained in:
commit
324f59ecc9
@ -58,6 +58,11 @@ class Form
|
||||
*/
|
||||
public $error='';
|
||||
|
||||
/**
|
||||
* @var string[] Array of error strings
|
||||
*/
|
||||
public $errors = array();
|
||||
|
||||
public $num;
|
||||
|
||||
// Cache arrays
|
||||
|
||||
Loading…
Reference in New Issue
Block a user