ErrorMessage annotation
Allows providing an error message to seed the Input specification for a given element. The content should be a string.
| Annotation |
|---|
__construct(array $data)
| inherited_from | \Zend\Form\Annotation\AbstractStringAnnotation::__construct() |
|---|
array
\Zend\Form\Exception\DomainException |
if a 'value' key is missing, or its value is not a string |
|---|
getMessage() : null | string
nullstring
$value : string
| inherited_from | \Zend\Form\Annotation\AbstractStringAnnotation::$$value |
|---|