I have multiple inheritance like this: Can I extend a class using more than 1 class in PHP? (let's not discuss this approach, please) and I want my IDE to know about inherited methods and properties of the class. Is there a way to do this using PhpDoc?
php multiple-inheritance phpdoc
Sam dark
source share