Searched refs:cachedCloneables (Results 1 – 1 of 1) sorted by relevance
42 private static $cachedCloneables = []; variable in Doctrine\\Instantiator\\Instantiator49 if (isset(self::$cachedCloneables[$className])) {50 return clone self::$cachedCloneables[$className];73 self::$cachedCloneables[$className] = clone $instance;