The property inputTagAttributes does not exist. Although not strictly required by PHP, it is generally a best practice to declare properties explicitly.
Loading history...
24
2
return $new;
25
}
26
27
/**
28
* Minimum length of value.
29
*
30
* @param int $value A lower bound on the number of characters a user can input.
The property inputTagAttributes does not exist. Although not strictly required by PHP, it is generally a best practice to declare properties explicitly.