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

Type annotation. More...

Public Member Functions

 getType ()
 Retrieve the class type.
 
- 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

Type annotation.

Use this annotation to specify the specific class to use when building the form, fieldset, or element. The value should be a string representing a fully qualified classname.

Member Function Documentation

getType ( )

Retrieve the class type.

Returns
null|string