If enabled, will not throw an exception when coming across an uncloneable property.
$skipUncloneable:
$this
public function skipUncloneable($skipUncloneable = true) { $this->skipUncloneable = $skipUncloneable; return $this; }