__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
bool
breakOnFailure() : bool
bool
clearFallbackValue()
continueIfEmpty() : bool
bool
getErrorMessage() : string | null
string
null
getFallbackValue() : mixed
mixed
getMessages() : array
array
getName() : string
string
getRawValue() : mixed
mixed
getValue() : mixed
mixed
hasFallback() : bool
bool
isRequired() : bool
bool
isValid(mixed $context) : bool
mixed
Extra "context" to provide the validator
bool
setValidatorChain(\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