[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.pdt] Re: When will PDT support
|
- From: Michael Madsen <mnm@xxxxxxxxxx>
- Date: Tue, 15 Sep 2009 08:48:15 +0200
- Newsgroups: eclipse.tools.pdt
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.23 (Windows/20090812)
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