1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 13, 2024 — Dec 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Be more clear about the installation options. More... over 13 years ago
Documentation: added installation examples for github and composer More... over 13 years ago
Fixed: signiture mismatch More... over 13 years ago
Fixed: namespace had to be in camelcase More... over 13 years ago
Fixed: conflicting namespace with my other projects More... over 13 years ago
Fixed typo in travis project user name More... over 13 years ago
Added travis status More... over 13 years ago
minor changes to travis config More... over 13 years ago
added notification address More... over 13 years ago
Added travis configuration file More... over 13 years ago
Merge branch 'master' of github.com:lapistano/proxy-object More... over 13 years ago
removed unnecessary method since every member/property can be exposed by the reflection api. More... over 13 years ago
fixed typo (missing comma) More... over 13 years ago
Completed information in composer config More... over 13 years ago
Merge pull request #6 from bashofmann/master More... over 13 years ago
added composer file More... over 13 years ago
Fixed: proxy builder was not able to use registered constructor arguments More... almost 14 years ago
Fixed worng behavior when only a property shall be exposed from a class without a protected method More... almost 14 years ago
removed unnecessary code More... about 14 years ago
corrected and completed readme file More... about 14 years ago
adapted readme file according to the changes More... about 14 years ago
Fixed tests More... about 14 years ago
removed proxy object from boostrap file More... about 14 years ago
eliminated proxy object class and adapted the functional tests More... about 14 years ago
Tested: added covers annotation for protected method to test which involves this method. More... about 14 years ago
BugFix: the lib ignored the value of proxied members of the type "array" More... about 14 years ago
Bugfix: perinitialized arrays lost their content after they got proxied. More... about 14 years ago
added vim swap files to ignore list More... about 14 years ago
Tested: resolved ignored test on exposing a method of a namespaced class More... about 14 years ago
Implemented: feature detection for recently introduced ReflectionClass::newInstanceWithoutConstructor() in order to get rid of the unserialize hack in future More... about 14 years ago