php - How to activate "go to definition" in Eclipse for inherited class property -
I have a base class (lets say this a) and I got class (these are called AA).
I have a different abstract class:
abstract class different class {/ ** * @ var A * / protected MyA; }
In another separate category:
class provides a more different class {public function __construct () {$ this- & gt; MyA = new AA; }}
My problem occurs when I will take me to the original class A file in the MyA
Inheriting class on ctrl + left click. I should take me to aa
file.
What is the PHPdoc method of doing this?
I think this is just because "phpdoc" is your work indicating that protected MyA is of type property "A"
PPDK Definitions No " Anything is being taken from the code = new AA" code line
>I think that you could potentially override this behavior locally in relation to "more protected mea" in its more diverse category, and there is a docblog Show "@ AR AA" which can put I do not really have any other options to get the behavior you made.
Comments
Post a Comment