Interface UnfilteredDataInterface

Summary

Fully Qualified Name: Zend\InputFilter\UnfilteredDataInterface

Description

Ensures Inputs store unfiltered data and are capable of returning it

Methods

Name Description Defined By
getUnfilteredData() UnfilteredDataInterface
setUnfilteredData() UnfilteredDataInterface

Method Details

getUnfilteredData()

Returns: array|object

setUnfilteredData()

Parameter Name Type Description
$data array|object

Returns: $this

Top