Home
last modified time | relevance | path

Searched refs:cachedCloneables (Results 1 – 1 of 1) sorted by last modified time

/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php42 private static $cachedCloneables = []; variable in Doctrine\\Instantiator\\Instantiator
49 if (isset(self::$cachedCloneables[$className])) {
50 return clone self::$cachedCloneables[$className];
73 self::$cachedCloneables[$className] = clone $instance;