bind()
getData()
getInputFilter()
isValid()
setBindOnValidate()
setData()
setInputFilter()
setValidationGroup()
BIND_MANUAL
BIND_ON_VALIDATE
VALIDATE_ALL
VALUES_AS_ARRAY
VALUES_NORMALIZED
VALUES_RAW
bind(object $object, int $flags) : mixed
Allows populating the object with validated values.
object
int
mixed
getData(int $flag) : array | object
By default, retrieves normalized values; pass one of the VALUES_* constants to shape the behavior.
int
array
object
getInputFilter() : \Zend\InputFilter\InputFilterInterface
isValid() : bool
Typically, will proxy to the composed input filter.
bool
setBindOnValidate(int $bindOnValidateFlag) : void
int
setData(array | \ArrayAccess $data) : \Zend\Form\FormInterface
Typically, also passes data on to the composed input filter.
array\ArrayAccess
setInputFilter(\Zend\InputFilter\InputFilterInterface $inputFilter) : \Zend\Form\FormInterface
setValidationGroup() : \Zend\Form\FormInterface
BIND_MANUAL
BIND_ON_VALIDATE
VALIDATE_ALL
VALUES_AS_ARRAY
VALUES_NORMALIZED
VALUES_RAW