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