Zend Framework  3.0
Public Member Functions | List of all members
Input Class Reference

Input annotation. More...

Public Member Functions

 getInput ()
 Retrieve the input class.
 
- Public Member Functions inherited from AbstractStringAnnotation
 __construct (array $data)
 Receive and process the contents of an annotation.
 

Additional Inherited Members

- Protected Attributes inherited from AbstractStringAnnotation
 $value
 

Detailed Description

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.

Member Function Documentation

getInput ( )

Retrieve the input class.

Returns
null|string