Re: Reflection and used classes
petersprc wrote:
> Hi,
>
> Don't know of a way to this with reflection.
>
> You can use PHPXref to locate references to a particular class, or you
> could try a recursive grep for a class identifier.
>
> Regards,
>
> John Peters
>
I like PHPxref, the problem is I use autoload. Maybe I could look at the
code.
|