Re: [PHP-DEV] Namespace access modifiers

2007-12-12 Thread Ralph Schindler
Jeff Moore wrote: I don't think properties are the appropriate level to specify namespace based access modifiers. I do think that a coarse-grained access restriction on a class by class basis might be. Perhaps you are right, but I was using that as an example. I actually see great value in

Re: [PHP-DEV] Namespace access modifiers

2007-12-12 Thread Jeff Moore
Hello Ralph, I don't think properties are the appropriate level to specify namespace based access modifiers. I do think that a coarse-grained access restriction on a class by class basis might be. public class Foo {} // Default private class Foo {} (protected is meaningless because there i