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

ContinueIfEmpty annotation. More...

Public Member Functions

 __construct (array $data)
 Receive and process the contents of an annotation.
 
 getContinueIfEmpty ()
 Get value of required flag.
 

Protected Attributes

 $continueIfEmpty = true
 

Detailed Description

ContinueIfEmpty annotation.

Presence of this annotation is a hint that the associated should enable the continueIfEmpty flag.

Deprecated:
2.4.8 Use `({"name":"NotEmpty"})` instead.

Constructor & Destructor Documentation

__construct ( array  $data)

Receive and process the contents of an annotation.

Parameters
array$data

Member Function Documentation

getContinueIfEmpty ( )

Get value of required flag.

Returns
bool

Member Data Documentation

$continueIfEmpty = true
protected