Re: [PHP-DEV] re Access Modifiers

2009-06-13 Thread Hannes Magnusson
On Sat, Jun 13, 2009 at 23:16, Michael wrote: > Now that there's namespaces are we getting access modifiers on > class/functions ? Not in 5.3 at least (see http://php.net/namespaces). And there is a good chance PHP will never have those... -Hannes -- PHP Internals - PHP Runtime Development Mai

Re: [PHP-DEV] re Access Modifiers

2009-06-13 Thread Kalle Sommer Nielsen
2009/6/13 Michael : > Now that there's namespaces are we getting access modifiers on > class/functions ? > eg. > > namespace Foo; > > private function bar() { } > public class Baz { } No thats not implemented, and I don't belive there are any plans to implement it currently > > --- > Michael >

[PHP-DEV] re Access Modifiers

2009-06-13 Thread Michael
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