1037. Class

1037.1. Zend\InputFilter\Input

1037.1.1. Methods

1037.1.1.1. __construct

__construct()

@var mixed

1037.1.1.2. setAllowEmpty

setAllowEmpty()

@param bool $allowEmpty

Return type:Input

1037.1.1.3. setBreakOnFailure

setBreakOnFailure()

@param bool $breakOnFailure

Return type:Input

1037.1.1.4. setErrorMessage

setErrorMessage()

@param string|null $errorMessage

Return type:Input

1037.1.1.5. setFilterChain

setFilterChain()

@param FilterChain $filterChain

Return type:Input

1037.1.1.6. setName

setName()

@param string $name

Return type:Input

1037.1.1.7. setRequired

setRequired()

@param bool $required

Return type:Input

1037.1.1.8. setValidatorChain

setValidatorChain()

@param ValidatorChain $validatorChain

Return type:Input

1037.1.1.9. setValue

setValue()

@param mixed $value

Return type:Input

1037.1.1.10. setFallbackValue

setFallbackValue()

@param mixed $value

Return type:Input

1037.1.1.11. allowEmpty

allowEmpty()

@return bool

1037.1.1.12. breakOnFailure

breakOnFailure()

@return bool

1037.1.1.13. getErrorMessage

getErrorMessage()

@return string|null

1037.1.1.14. getFilterChain

getFilterChain()

@return FilterChain

1037.1.1.15. getName

getName()

@return string

1037.1.1.16. getRawValue

getRawValue()

@return mixed

1037.1.1.17. isRequired

isRequired()

@return bool

1037.1.1.18. getValidatorChain

getValidatorChain()

@return ValidatorChain

1037.1.1.19. getValue

getValue()

@return mixed

1037.1.1.20. getFallbackValue

getFallbackValue()

@return mixed

1037.1.1.21. merge

merge()

@param InputInterface $input

Return type:Input

1037.1.1.22. isValid

isValid()

@param mixed $context Extra “context” to provide the validator

Return type:bool

1037.1.1.23. getMessages

getMessages()

@return array

1037.1.1.24. injectNotEmptyValidator

injectNotEmptyValidator()

@return void