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!

link|improve this question

80% accept rate
feedback

3 Answers

up vote 2 down vote accepted

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

link|improve this answer
1  
Thanks Hari K T! Right you are. For other readers, remember that the Zend Framework must be on the include_path for it's classes to show in the navigator. – Kim Prince May 28 '11 at 4:51
feedback

This is actually planned to be added to DocBlox (and thus the Zend Framework API docs); you can view details of this at https://github.com/mvriel/Docblox/issues/74

I am trying to push this for the next version but it might be the one after that.

link|improve this answer
feedback

I am using PhpStorm IDE. It has some good features, that NetBeans has not. For your question you can use "Type hierarchy" tool. Sorry for my english.

link|improve this answer
1  
Great idea. I use Eclipse for the same purpose. – akond May 27 '11 at 6:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.