Now that there's namespaces are we getting access modifiers on class/functions ?
eg.

namespace Foo;

private function bar() { }
public class Baz { }

-------
Michael

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

Reply via email to