You are here

public function FilterInterface::filter in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-hydrator/src/Filter/FilterInterface.php \Zend\Hydrator\Filter\FilterInterface::filter()

Should return true, if the given filter does not match

Parameters

string $property The name of the property:

Return value

bool

7 methods override FilterInterface::filter()
FilterComposite::filter in vendor/zendframework/zend-hydrator/src/Filter/FilterComposite.php
Filter the composite based on the AND and OR condition Will return true if one from the "or conditions" and all from the "and condition" returns true. Otherwise false
GetFilter::filter in vendor/zendframework/zend-hydrator/src/Filter/GetFilter.php
Should return true, if the given filter does not match
HasFilter::filter in vendor/zendframework/zend-hydrator/src/Filter/HasFilter.php
Should return true, if the given filter does not match
IsFilter::filter in vendor/zendframework/zend-hydrator/src/Filter/IsFilter.php
Should return true, if the given filter does not match
MethodMatchFilter::filter in vendor/zendframework/zend-hydrator/src/Filter/MethodMatchFilter.php
Should return true, if the given filter does not match

... See full list

File

vendor/zendframework/zend-hydrator/src/Filter/FilterInterface.php, line 21

Class

FilterInterface

Namespace

Zend\Hydrator\Filter

Code

public function filter($property);