dev-master
9999999-devRecursively shows public methods and properties of an object
MIT
The Development Requires
by Mario Skrlec
1.0.0
1.0.0.0Recursively shows public methods and properties of an object
MIT
The Development Requires
by Mario Skrlec
Wallogit.com
2017 © Pedro Peláez
Recursively shows public methods and properties of an object
Prints objects public methods. If that object has properties that are also objects, it prints their methods too. Useful if you have an object that is constructed out of a string and you can't find it., (*1)
ObjectExaminer::init()->examine($object);, (*2)
That is it. It will var_dump objects methods and kills the script., (*3)
Recursively shows public methods and properties of an object
MIT
Recursively shows public methods and properties of an object
MIT