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

ErrorMessage annotation. More...

Public Member Functions

 getMessage ()
 Retrieve the message.
 
- 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

ErrorMessage annotation.

Allows providing an error message to seed the Input specification for a given element. The content should be a string.

Member Function Documentation

getMessage ( )

Retrieve the message.

Returns
null|string