__construct()
allowEmpty()
breakOnFailure()
clearFallbackValue()
continueIfEmpty()
getErrorMessage()
getFallbackValue()
getFilterChain()
getMessages()
getName()
getRawValue()
getValidatorChain()
getValue()
hasFallback()
isRequired()
isValid()
merge()
setAllowEmpty()
setBreakOnFailure()
setContinueIfEmpty()
setErrorMessage()
setFallbackValue()
setFilterChain()
setName()
setRequired()
setValidatorChain()
setValue()
injectNotEmptyValidator()
$allowEmpty
$breakOnFailure
$continueIfEmpty
$errorMessage
$fallbackValue
$filterChain
$hasFallback
$name
$notEmptyValidator
$required
$validatorChain
$value
__construct($name)
allowEmpty() : bool
boolbreakOnFailure() : bool
boolclearFallbackValue()
continueIfEmpty() : bool
boolgetErrorMessage() : string | null
stringnull
getFallbackValue() : mixed
mixedgetMessages() : array
arraygetName() : string
stringgetRawValue() : mixed
mixedgetValue() : mixed
mixedhasFallback() : bool
boolisRequired() : bool
boolisValid(mixed $context) : bool
mixedExtra "context" to provide the validator
boolsetValidatorChain(\Zend\Validator\ValidatorChain $validatorChain) : \Zend\InputFilter\Input
injectNotEmptyValidator() : void
$allowEmpty : bool
$breakOnFailure : bool
$continueIfEmpty : bool
$errorMessage : string | null
$fallbackValue : mixed
$hasFallback : bool
$name : string
$notEmptyValidator : bool
$required : bool
$value : mixed