You are here

private property ClassMethods::$extractionMethodsCache in Zircon Profile 8

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

A map of extraction methods to property name to be used during extraction, indexed by class name and method name

Type: string[][]

File

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

Class

ClassMethods

Namespace

Zend\Hydrator

Code

private $extractionMethodsCache = [];