Documenting PHP multiple inheritance with PhpDoc

Posted by Sam Dark on Stack Overflow See other posts from Stack Overflow or by Sam Dark
Published on 2010-04-22T09:53:57Z Indexed on 2010/04/25 9:23 UTC
Read the original article Hit count: 293

Filed under:
|
|

I have multiple inheritance like this one: http://stackoverflow.com/questions/356128/can-i-extend-a-class-using-more-than-1-class-in-php (let's not discuss this approach itself please) and want my IDE to know about inherited class methods and properties. Is there a way to do it with PhpDoc?

© Stack Overflow or respective owner

Related posts about phpdoc

Related posts about php