Is there anyway to create public or private or protected classes in a namespace just like java?
like...
namespace foo; public class Account { ....... } private class PrivateAccount { ....... } please let me know if there is any workaround to do this in PHP.