Download the PHP package willemabc/deep-copy-debugger without Composer
On this page you can find all versions of the php package willemabc/deep-copy-debugger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download willemabc/deep-copy-debugger
More information about willemabc/deep-copy-debugger
Files in willemabc/deep-copy-debugger
Download willemabc/deep-copy-debugger
More information about willemabc/deep-copy-debugger
Files in willemabc/deep-copy-debugger
Vendor willemabc
Package deep-copy-debugger
Short Description DeepCopy is powerful, but hard to debug. The DeepCopyDebugger makes it easier to spot incorrect or missing filters.
License MIT
Package deep-copy-debugger
Short Description DeepCopy is powerful, but hard to debug. The DeepCopyDebugger makes it easier to spot incorrect or missing filters.
License MIT
Please rate this library. Is it a good library?
Informations about the package deep-copy-debugger
DeepCopyDebugger
DeepCopy is powerful, but hard to debug. Especially when you set the filters for a single DeepCopy instance in multiple classes and use wildcard matchers like the PropertyNameMatcher. The DeepCopyDebugger makes it easier to spot incorrect or missing filters.
DeepCopyDebugger helps in the following ways:
- It can return a list of all filters set on the DeepCopy instance, in the order in which they were set.
- Given a DeepCopy instance and a Doctrine entity class, it can return all properties and the matched filters for each individual property.
- There are also methods to only get matched properties or only unmatched properties.
Usage
It is important to call the DeepCopyDebugger before calling the copy method on your DeepCopy instance!
All versions of deep-copy-debugger with dependencies
PHP Build Version
Package Version
Requires
myclabs/deep-copy Version
^1.0
The package willemabc/deep-copy-debugger contains the following files
Loading the files please wait ...