Zend Framework  3.0
Public Member Functions | Protected Attributes | List of all members
AbstractArrayOrStringAnnotation Class Reference

Public Member Functions

 __construct (array $data)
 Receive and process the contents of an annotation.
 

Protected Attributes

 $value
 

Constructor & Destructor Documentation

__construct ( array  $data)

Receive and process the contents of an annotation.

Parameters
array$data
Exceptions
Exception\DomainExceptionif a 'value' key is missing, or its value is not an array or string

Member Data Documentation

$value
protected