You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asgrim
changed the title
ReflectionClass getMethods and getProperties do not filter
ReflectionClass getMethods() and getProperties() do not filter
Aug 17, 2015
http://php.net/manual/en/reflectionclass.getmethods.php
http://php.net/manual/en/reflectionclass.getproperties.php
The
getMethods()
andgetProperties()
both do not actually filter at all - they need to accept an integer parameter.The text was updated successfully, but these errors were encountered: