interface ClonableInterface (View source)
Provide an interface that allow to get a deep clone of an object
PHP magic method
Create clone of the instance
$this __clone()
$this newClone(boolean $deep = false)