NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
quick help doesn't show while accessing variables using ::


Joined: 21 May 2007
Posts: 14
Location: Canada
Reply with quote
Code:
class TEST {
    /**
    *   @desc   Testing quick help
    *   @var    string
    */
    public static $test;

    function Test2() {
        $this->test = 3;
    }
}

TEST::$test = 2;

While typing TEST::$test the quick help shows "no quick help available for property TEST::$test
But while typing $this->test the quick help "Testing quick help" does show.

Is this on purpose or a bug?
View user's profileFind all posts by derrilSend private messageVisit poster's website


Joined: 18 Sep 2007
Posts: 54
Location: Croatia
Reply with quote
Are you sure about this?

I use quite a lot of static vars/methods and never saw this problem.
View user's profileFind all posts by konixnetSend private messageVisit poster's website


Joined: 21 May 2007
Posts: 14
Location: Canada
Reply with quote
Does the code I posted show the quick help for you?
View user's profileFind all posts by derrilSend private messageVisit poster's website


Joined: 03 Dec 2005
Posts: 17
Reply with quote
confirmed ... no phpdoc help accessing properties or methods with ::
View user's profileFind all posts by godsfatherSend private messageICQ Number
quick help doesn't show while accessing variables using ::
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