Programmatically get class methods and properties?

lindsaytehran

New Member
OK first, given a file, say \[code\]somefile.php\[/code\] is there a way to search that file for a \[code\]Class\[/code\]?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.
 
Back
Top