Implements the magic __clone() method.
public function __clone() { foreach ($this->storage as $name => $value) { $this->storage[$name] = clone $value; } }