I have multiple inheritance like this one: 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?
Share
It seems there is currently no way to do it easily. I’ve created a ticket at PhpStorm issue tracker. Maybe they will add support for this feature.
http://youtrack.jetbrains.net/issue/WI-1730