ValidationGroup annotation

Allows passing validation group to the form

The value should be an associative array.

Annotation
copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Receive and process the contents of an annotation

__construct(array $data) 
Inherited

inherited_from \Zend\Form\Annotation\AbstractArrayAnnotation::__construct()

Parameters

$data

array

Exceptions

\Zend\Form\Exception\DomainException if a 'value' key is missing, or its value is not an array

Retrieve the options

getValidationGroup() : null | array

Returns

nullarray

 Properties

 

$value

$value : array
Inherited

inherited_from \Zend\Form\Annotation\AbstractArrayAnnotation::$$value