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

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