You are here

public function ExtractionInterface::extract in Zircon Profile 8

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

Extract values from an object

Parameters

object $object:

Return value

array

6 methods override ExtractionInterface::extract()
AggregateHydrator::extract in vendor/zendframework/zend-hydrator/src/Aggregate/AggregateHydrator.php
Extract values from an object
ArraySerializable::extract in vendor/zendframework/zend-hydrator/src/ArraySerializable.php
Extract values from the provided object
ClassMethods::extract in vendor/zendframework/zend-hydrator/src/ClassMethods.php
Extract values from an object with class methods
DelegatingHydrator::extract in vendor/zendframework/zend-hydrator/src/DelegatingHydrator.php
Extract values from an object
ObjectProperty::extract in vendor/zendframework/zend-hydrator/src/ObjectProperty.php
Extracts the accessible non-static properties of the given $object.

... See full list

File

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

Class

ExtractionInterface

Namespace

Zend\Hydrator

Code

public function extract($object);