I'm guessing not, but just trying to make sure.
I do not see why not.
crap, I was trying to prevent that. I guess I can make the __clone() function private like this
final class myclass{ private function __clone() {}//dont let anyone clone this class //... }