You are here

interface HydratorOptionsInterface in Zircon Profile 8

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

Hierarchy

Expanded class hierarchy of HydratorOptionsInterface

All classes that implement HydratorOptionsInterface

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

File

vendor/zendframework/zend-hydrator/src/HydratorOptionsInterface.php, line 14

Namespace

Zend\Hydrator
View source
interface HydratorOptionsInterface {

  /**
   * @param  array|Traversable $options
   * @return self
   */
  public function setOptions($options);

}

Members