Searched refs:recursiveCopy (Results 1 – 4 of 4) sorted by relevance
91 return $this->recursiveCopy($object);110 private function recursiveCopy($var) function in DeepCopy\\DeepCopy144 $array[$key] = $this->recursiveCopy($value);222 return $this->recursiveCopy($object);235 $property->setValue($object, $this->recursiveCopy($propertyValue));
94 return $this->recursiveCopy($object);121 private function recursiveCopy($var) function in DeepCopy\\DeepCopy 155 $array[$key] = $this->recursiveCopy($value);233 return $this->recursiveCopy($object);252 $property->setValue($object, $this->recursiveCopy($propertyValue));
41 $copy = $copier->recursiveCopy($list->shift());