Interface UnknownInputsCapableInterface

Summary

Fully Qualified Name: Zend\InputFilter\UnknownInputsCapableInterface

Description

Implementors of this interface may report on the existence of unknown input, as well as retrieve all unknown values.

Methods

Name Description Defined By
getUnknown() Return the unknown input UnknownInputsCapableInterface
hasUnknown() Is the data set has unknown input ? UnknownInputsCapableInterface

Method Details

getUnknown()

Return the unknown input

Returns: array

hasUnknown()

Is the data set has unknown input ?

Returns: bool

Top