|
Posted by Umberto Salsi on 11/05/70 11:17
dterrors@hotmail.com wrote:
> This looks like it could be perfect for what I need. But does it only
> work with base types like string and int, or can it check object types
> that I define?
>
> /*MyObject*/ function getthing(/*MyThing*/ mt, /*MyArrayList/* arl) {
>
> etc etc ?
Currently only base-types are allowed: boolean, int, float, number,
int, float, string, array, resource, mixed, void.
Classes are still to be implemented in phplint: they are parsed, but can't be
used in meta-declarations. I'm planning to cover classes and methods soon,
so that class names may be used in declarations just as expected.
Ciao,
___
/_|_\ Umberto Salsi
\/_\/ www.icosaedro.it
[Back to original message]
|