Lggr
Public Member Functions | List of all members
DeepCopy\DeepCopy Class Reference

Public Member Functions

 __construct ($useCloneMethod=false)
 
 skipUncloneable ($skipUncloneable=true)
 
 copy ($object)
 
 addFilter (Filter $filter, Matcher $matcher)
 
 prependFilter (Filter $filter, Matcher $matcher)
 
 addTypeFilter (TypeFilter $filter, TypeMatcher $matcher)
 

Detailed Description

@final

Constructor & Destructor Documentation

◆ __construct()

DeepCopy\DeepCopy::__construct (   $useCloneMethod = false)
Parameters
bool$useCloneMethodIf set to true, when an object implements the __clone() function, it will be used instead of the regular deep cloning.

Member Function Documentation

◆ copy()

DeepCopy\DeepCopy::copy (   $object)

Deep copies the given object.

Parameters
mixed$object
Returns
mixed

◆ skipUncloneable()

DeepCopy\DeepCopy::skipUncloneable (   $skipUncloneable = true)

If enabled, will not throw an exception when coming across an uncloneable property.

Parameters
$skipUncloneable
Returns
$this

The documentation for this class was generated from the following file: