Class Name

Summary

Fully Qualified Name: Zend\Form\Annotation\Name
Extends: AbstractStringAnnotation

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.

Methods

Name Description Defined By
__construct() Receive and process the contents of an annotation AbstractStringAnnotation
getName() Retrieve the name Name

Method Details

__construct()

Receive and process the contents of an annotation

Parameter Name Type Description
$data array

Returns:

getName()

Retrieve the name

Returns: null|string

Top