You are here

class MethodMatchFilter in Zircon Profile 8

Same name in this branch
  1. 8 vendor/zendframework/zend-hydrator/src/Filter/MethodMatchFilter.php \Zend\Hydrator\Filter\MethodMatchFilter
  2. 8 vendor/zendframework/zend-stdlib/src/Hydrator/Filter/MethodMatchFilter.php \Zend\Stdlib\Hydrator\Filter\MethodMatchFilter
Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-stdlib/src/Hydrator/Filter/MethodMatchFilter.php \Zend\Stdlib\Hydrator\Filter\MethodMatchFilter

Hierarchy

Expanded class hierarchy of MethodMatchFilter

Deprecated

Use Zend\Hydrator\Filter\MethodMatchFilter from zendframework/zend-hydrator instead.

File

vendor/zendframework/zend-stdlib/src/Hydrator/Filter/MethodMatchFilter.php, line 16

Namespace

Zend\Stdlib\Hydrator\Filter
View source
class MethodMatchFilter extends BaseMethodMatchFilter implements FilterInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
MethodMatchFilter::$exclude protected property Either an exclude or an include
MethodMatchFilter::$method protected property The method to exclude
MethodMatchFilter::filter public function Should return true, if the given filter does not match Overrides FilterInterface::filter
MethodMatchFilter::__construct public function