NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Code completition and static function


Joined: 29 May 2008
Posts: 5
Reply with quote
Hi forum,

Code:
class test_class
{
   public static function test_method()
   {
      return 'test';
   }
}

$test = test_class::


Hitting ctrl-tab at this point gives me the "Failed to identify type of $test global variable.

What i really wanted was a list of the static members of "test_class". Am I doing something wrong ?

-
Kind regards, Caspar
View user's profileFind all posts by casparSend private message
Guru master

Joined: 05 Jul 2004
Posts: 659
Location: Belgium
Reply with quote
An unfortunate result of the previous static fix. It was already reported and I was told it will be dealt with in the next build Smile
View user's profileFind all posts by BlizzSend private messageVisit poster's website


Joined: 18 Sep 2007
Posts: 54
Location: Croatia
Reply with quote
Any info on when this bug is going to be fixed?
View user's profileFind all posts by konixnetSend private messageVisit poster's website
Guru master

Joined: 05 Jul 2004
Posts: 659
Location: Belgium
Reply with quote
I dunno if the info I got was private but in the mail they spoke of "this week", but it might be delayed a bit. I hope it will be soon because I'm running into the bug constantly.
View user's profileFind all posts by BlizzSend private messageVisit poster's website
Code completition and static function
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic