Re: [PHP-DEV] Internal methods proposal

2015-11-24 Thread Rowan Collins
Dominic Grostate wrote on 24/11/2015 12:14: I think this proposal has been made before maybe here or discussed elsewhere. Still, I'd like to give my input on the idea. There have indeed been a couple of discussions of this recently. Try searching for threads on a list archive using terms such

[PHP-DEV] Internal methods proposal

2015-11-24 Thread Dominic Grostate
Hi, I think this proposal has been made before maybe here or discussed elsewhere. Still, I'd like to give my input on the idea. The basic concept is when a method has the internal access modifier, it can only be called from within the same namespace. The case for this is to protect classes from