Packagevegas
Interfacepublic interface Copyable

Interface implemented by classes that can produce "deep" copies of their objects.



Public Methods
 MethodDefined By
  
copy():*
Creates and returns a deep copy of the object.
Copyable
Method Detail
copy()method
public function copy():*

Creates and returns a deep copy of the object.

Returns
* — A new object that is a deep copy of this instance.