| Fully Qualified Name: | Laminas\Form\Annotation\Input |
| Extends: | AbstractStringAnnotation |
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.
| Name | Description | Defined By |
|---|---|---|
| __construct() | Receive and process the contents of an annotation | AbstractStringAnnotation |
| getInput() | Retrieve the input class | Input |
Receive and process the contents of an annotation
| Parameter Name | Type | Description |
|---|---|---|
| $data | array |
Returns:
Retrieve the input class
Returns: null|string