Interface FilterInterface

Summary

Fully Qualified Name: Zend\Hydrator\Filter\FilterInterface

Description

Methods

Name Description Defined By
filter() Should return true, if the given filter does not match FilterInterface

Method Details

filter()

Should return true, if the given filter does not match

Parameter Name Type Description
$property string The

Returns: bool

Top