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

Name annotation. More...

Public Member Functions

 getName ()
 Retrieve the name.
 
- 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

Name annotation.

Use this annotation to specify a name other than the property or class name when building the form, element, or input. The value should be a string.

Member Function Documentation

getName ( )

Retrieve the name.

Returns
null|string