Releases: phpgt/PropFunc
Releases · phpgt/PropFunc
Internal __prop data structure
v1 release
PropFunc is heavily used in php.gt/dom due to the reliance on a the W3C specification. There have been minor improvements made since it was integrated within Dom, so now v1 is being released to allow Dom to get ready for its next stable release.
Have fun!
Refactored to drop inner key-value array
This release finalises the way private/protected values should be accessed via the magic methods. Now if a class needs one of its public properties changing to read-only, it can do by making the property private/protected and implementing the magic getter.