OK first, given a file, say somefile.php
is there a way to search that file for a Class
?
Then, once you have the class, is there a way to get all the public properties and method signatures?
I am trying to create a way to document PHP classes on the fly.