Class ContinueIfEmpty

Summary

Fully Qualified Name: Zend\Form\Annotation\ContinueIfEmpty

Description

ContinueIfEmpty annotation

Presence of this annotation is a hint that the associated \Zend\InputFilter\Input should enable the continueIfEmpty flag.

Methods

Name Description Defined By
__construct() Receive and process the contents of an annotation ContinueIfEmpty
getContinueIfEmpty() Get value of required flag ContinueIfEmpty

Method Details

__construct()

Receive and process the contents of an annotation

Parameter Name Type Description
$data array

Returns:

getContinueIfEmpty()

Get value of required flag

Returns: bool

Top