Packagevegas.core
Interfacepublic interface ICopyable

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.
ICopyable
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.