Victor R
Results
1
comments of
Victor R
While tinkering a bit with how Laravel handles these methods I found that we can get all methods even non-public by using `(new ReflectionClass($instance))->getMethods()` instead of `get_class_methods()`