Avoid auto-inheriting from static members.
The Class#get_members now allows three values for the 'static' parameter: true, false, nil. False can now be used to grab only instance members, while nil will return both instance & static.
Loading
Please register or sign in to comment