Make defined PHP constants to class-scoped constants
technicalguru opened this issue · 2 comments
technicalguru commented
All constans currently set as define()
shall be migrated to 'public const` class members (of a new const class). This will make the library namespaced completely.