Hi,
I'm hoping I don't cause yet another flame war about the n-word ;)
I was wondering if namespaces are going to support class visibility, and
if no, would it be worth considering adding that feature? What I mean
exacty is:
In namespace Foo:
public class Foo { }
protected class Bar { }
- Bar can be instantiated from any class (or function) within the
namespace Foo
Outside of namespace Foo:
- class Foo in namespace Foo can be instantiated
- class Bar in namespace Foo can't be instantiated
Ron
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php