Re: Classes and Interface tool

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jonel Rienton wrote:

hi again guys, is there a tool that can allow you view the available
interfaces of a class, like an object/class browser that can help you view
the signatures of those interfaces?

thanks and regards,
Jonel


You should be able to use the Reflection API to find out what you want to know about Interfaces. Specifically, you can use

ReflectionClass::export('nameOfYourInterface');

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux