You are here

interface FilterProviderInterface in Zircon Profile 8

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

Hierarchy

Expanded class hierarchy of FilterProviderInterface

All classes that implement FilterProviderInterface

1 file declares its use of FilterProviderInterface
FilterProviderInterface.php in vendor/zendframework/zend-stdlib/src/Hydrator/Filter/FilterProviderInterface.php

File

vendor/zendframework/zend-hydrator/src/Filter/FilterProviderInterface.php, line 12

Namespace

Zend\Hydrator\Filter
View source
interface FilterProviderInterface {

  /**
   * Provides a filter for hydration
   *
   * @return FilterInterface
   */
  public function getFilter();

}

Members

Namesort descending Modifiers Type Description Overrides
FilterProviderInterface::getFilter public function Provides a filter for hydration