You are here

private property ClassMethods::$hydrationMethodsCache in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-hydrator/src/ClassMethods.php \Zend\Hydrator\ClassMethods::hydrationMethodsCache

Holds the names of the methods used for hydration, indexed by class::property name, false if the hydration method is not callable/usable for hydration purposes

Type: string[]|bool[]

File

vendor/zendframework/zend-hydrator/src/ClassMethods.php, line 23

Class

ClassMethods

Namespace

Zend\Hydrator

Code

private $hydrationMethodsCache = [];