Skip to content

Releases: Jyxon/Data-Tools

getMethodArguments reflection

05 Jul 19:11
Compare
Choose a tag to compare

The getMethodArguments method has been added to Jyxon\DataTools\Native\ReflectorTool . The getConstructorArgs method uses the new method to implements it's similar functionality.

Release 1.0.1

09 Apr 20:35
Compare
Choose a tag to compare

Changes

.gitignore is no longer being bundled through a composer installation.
The getInterfaceNames has been removed from the README.md for the ReflectorTool.

Initial version

08 Apr 21:26
Compare
Choose a tag to compare

This is the initial release of the Data-Tools package. It adds the following tools to the package.

Native

Jyxon\DataTools\Native\ArrayTool
Jyxon\DataTools\Native\DataObject
Jyxon\DataTools\Native\ReflectorTool

Operation

Jyxon\DataTools\Operation\CalculationTool
Jyxon\DataTools\Operation\PathTool
Jyxon\DataTools\Operation\VersionTool