1022. Class

1022.1. Zend\Stdlib\Hydrator\ObjectProperty

1022.1.1. Methods

1022.1.1.1. extract

extract()

Extract values from an object

Extracts the accessible non-static properties of the given $object.

Parameters:object
Return type:array
Throws :ExceptionBadMethodCallException for a non-object $object

1022.1.1.2. hydrate

hydrate()

Hydrate an object by populating public properties

Hydrates an object by setting public properties of the object.

Parameters:
  • array
  • object
Return type:

object

Throws :

ExceptionBadMethodCallException for a non-object $object

Project Versions

Table Of Contents

Previous topic

1021. Function

Next topic

1023. Class

This Page