Input annotation
Use this annotation to specify a specific input class to use with an element. The value should be a string indicating the fully qualified class name of the input to use.
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 |
---|
getInput() : null | string
null
string
$value : string
inherited_from | \Zend\Form\Annotation\AbstractStringAnnotation::$$value |
---|