unread
Now that there's namespaces are we getting access modifiers on
class/functions ?
eg.
namespace Foo;
private function bar() { }
public class Baz { }
Michael
unread
2009/6/13 Michael michael@mjburgess.co.uk:
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
--
--
regrads,
Kalle Sommer Nielsen
kalle@php.net
unread
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