PHP: Path of interface

DardraipsdieS

New Member
I need to know the path of a file in which an interface is defined. I know the name and the interface is available (the file was included at another location in the code). I know things like \[code\]__FILE__\[/code\], etc. but the point is, it's only an interface, i do not have an instance. Ironically, i need the path to find a suitable implementation for the interface.Does anyone know a way to find the path?Thanks for your help!
 
Back
Top