setBody(InterceptorGenerator::createInterceptedMethodBody( $parent ? '$returnValue = parent::__clone();' : '$returnValue = null;', $this, $prefixInterceptors, $suffixInterceptors, $parent )); } }