I have the class bellow:
class Foo { function a() { $this->b(); } function b() { } }
How can i dynamically knows what functions a() is calling??
a()
There's a way to know that a() will call b()?
b()
Aucun commentaire:
Enregistrer un commentaire