Skip to content

Refactored to drop inner key-value array

Pre-release
Pre-release

Choose a tag to compare

@g105b g105b released this 23 Mar 10:54
· 13 commits to master since this release

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.