Skip to content

v3.2.4: Changes identifier visibility to protected

Choose a tag to compare

@thorewi thorewi released this 05 Nov 07:16
· 22 commits to master since this release
Updates the visibility of the identifier property to protected, allowing subclasses to access and utilize it.
This promotes code reusability and avoids direct access from outside the class hierarchy.