Home
last modified time | relevance | path

Searched refs:buildFactory (Results 1 – 1 of 1) sorted by path

/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php69 $factory = self::$cachedInstantiators[$className] = $this->buildFactory($className);
87 private function buildFactory(string $className) : callable function in Doctrine\\Instantiator\\Instantiator