Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Linkink method of class created by getinstance
Linkink method of class created by getinstance [message #510868] Thu, 28 January 2010 21:48 Go to next message
No real name is currently offline No real nameFriend
Messages: 1
Registered: January 2010
Junior Member
Hi.
I have class which i create by public function getInstance().
$class = myClass::getInstance();

When i next whant to run method newMethod() by:

$class->newMethod().
When i slide mouse in newMethod() with ctrl key it is no linking to method newMethod() in another file where myClass is defined. I have include('myClass.php') in file where i call this class.

When i create class by new it work's fine.

It is some patch or plugin which fix this?

Sory for my english.

Kosiek
Re: Linkink method of class created by getinstance [message #510878 is a reply to message #510868] Thu, 28 January 2010 23:17 Go to previous messageGo to next message
sNop is currently offline sNopFriend
Messages: 281
Registered: July 2009
Senior Member
Dne 28. 1. 2010 22:48, exaybachay@o2.pl napsal(a):
> Hi.
> I have class which i create by public function getInstance().
> $class = myClass::getInstance();
>
> When i next whant to run method newMethod() by:
>
> $class->newMethod().
> When i slide mouse in newMethod() with ctrl key it is no linking to
> method newMethod() in another file where myClass is defined. I have
> include('myClass.php') in file where i call this class.
>
> When i create class by new it work's fine.
>
> It is some patch or plugin which fix this?
>
> Sory for my english.
>
> Kosiek

Hi Kosiek,

it's already reported, maybe it will in the next I or milestone build
Re: Linkink method of class created by getinstance [message #510881 is a reply to message #510878] Thu, 28 January 2010 23:24 Go to previous message
sNop is currently offline sNopFriend
Messages: 281
Registered: July 2009
Senior Member
Dne 29. 1. 2010 0:17, sNop napsal(a):
> Dne 28. 1. 2010 22:48, exaybachay@o2.pl napsal(a):
>> Hi.
>> I have class which i create by public function getInstance().
>> $class = myClass::getInstance();
>>
>> When i next whant to run method newMethod() by:
>>
>> $class->newMethod().
>> When i slide mouse in newMethod() with ctrl key it is no linking to
>> method newMethod() in another file where myClass is defined. I have
>> include('myClass.php') in file where i call this class.
>>
>> When i create class by new it work's fine.
>>
>> It is some patch or plugin which fix this?
>>
>> Sory for my english.
>>
>> Kosiek
>
> Hi Kosiek,
>
> it's already reported, maybe it will in the next I or milestone build

sry,

https://bugs.eclipse.org/bugs/show_bug.cgi?id=300822
Previous Topic:eclipse php intelli sense
Next Topic:eclipse doesn't get message back from xdebug
Goto Forum:
  


Current Time: Tue Apr 23 16:38:14 GMT 2024

Powered by FUDForum. Page generated in 0.03517 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top