Search code examples
phpzend-framework

Zend Documentation: How to see inherited methods and properties


The Zend API documentation does not show inherited methods and properties. I'm using Netbeans, which does not show them either.

What's the best way for me to get this info (without trawling through the relevant files each time I use them)? The only option I can think of is to regenerate Zend's API documentation with PHPDocumentor, or something similar...

Thanks for you ideas!


Solution

  • Type Hierarchy View is there for Netbeans after 6.9.1

    See the blog post http://blogs.oracle.com/netbeansphp/entry/type_hierarchy

    May be this also helps http://wiki.netbeans.org/Java_MembersAndHierarchyPopup