[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: When will PDT support

Sorry for bringing this up again, but can this be done inside functions where objects are not passed by parameter, e.g. if I get it from an array?

I have tried to put

function meh($array) {
/**
 * $var SomeClass
 */
 $object = $array[0];
}

but that does not work.

Any suggestions?
--
-michael