On Sat, 2003-03-29 at 21:37, Andrei Zmievski wrote:
> I have the first draft of PHP 5 reflection API ready. You can find it
> at:
> 
>   http://www.gravitonic.com/software/php/reflection.txt
> 
> Comments and suggestions are appreciated.

* ClassType::getMethods([int flags]);

I assume flags is a bitfield of private, public, protected, final 
and so on, defaulting to all of them?

- Timm


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to