[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.php] Re: objects in stdClass'es

Georg Nagel wrote:
Hi,
if i create a stdClass like this:
$struct = new stdClass;
$struct->obj1 = new MyObject();
$struct->obj2 = new AnotherObject();

then, I dont have content assist for $struct->obj1 or for $struct->obj2

yeah thats kinda odd, doesn't work even after adding phpdoc like this /* @var $struct->obj1 MyObject */