private property ClassMethods::$hydrationMethodsCache in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
Zend\HydratorCode
private $hydrationMethodsCache = [];