Skip to content

MarioLegenda/object-examiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Object examiner

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.

Usage

ObjectExaminer::init()->examine($object);

That is it. It will var_dump objects methods and kills the script.

About

Recursivly shows public methods and properties of an object

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages