Class ValidationGroup

Summary

Fully Qualified Name: Zend\Form\Annotation\ValidationGroup
Extends: AbstractArrayAnnotation

Description

ValidationGroup annotation

Allows passing validation group to the form

The value should be an associative array.

Methods

Name Description Defined By
__construct() Receive and process the contents of an annotation AbstractArrayAnnotation
getValidationGroup() Retrieve the options ValidationGroup

Method Details

__construct()

Receive and process the contents of an annotation

Parameter Name Type Description
$data array

Returns:

getValidationGroup()

Retrieve the options

Returns: null|array

Top