Is it possible to generate a list of all the functions of a class?
Thanks!
Listing of Functions in a Class
Moderator: General Moderators
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Re: Listing of Functions in a Class
Maybe what you're looking for is "reflection"
http://www.php.net/oop5.reflection
http://www.php.net/oop5.reflection
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Listing of Functions in a Class
(#10850)