You are here

interface ExtractionInterface in Zircon Profile 8

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

Hierarchy

Expanded class hierarchy of ExtractionInterface

All classes that implement ExtractionInterface

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

File

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

Namespace

Zend\Hydrator
View source
interface ExtractionInterface {

  /**
   * Extract values from an object
   *
   * @param  object $object
   * @return array
   */
  public function extract($object);

}

Members

Namesort descending Modifiers Type Description Overrides
ExtractionInterface::extract public function Extract values from an object 6