Community
Participate
Working Groups
Consider the following code: <?php /** * @property ClA $m * @property ClA $propOne */ class ClA { private $propOne = 1; private static $propTwo = 2; public $propThree = 3; public function __get($pName){ return $this->$pName; } } $a = new ClA(); $a-> //at this point all 3 properties should appear in CA proposals basically the propOne is missing.
fixed in head
Verified at PDT-2.2.0.v20100616 And three possible CA suggestions are proposed Closing this issue Verified by Teodor Kirkov teodor.k@zend.com