Get only declared methods of a class in PHP

jafardrone

New Member
Hello I need to get only the methods declared in a class, and not the inherited methods. I need this for cakePHP. I am getting all the controllers, loading them and retrieving the methods from those controllers. But not only are the declared methods coming, but also the inherited ones.Is there any method to get only declared methods.
 
Back
Top