<?phpnamespace WhichBrowserConstants;class DeviceSubType{ const FEATURE = 'feature'; const SMART = 'smart'; const DESKTOP = 'desktop'; const CONSOLE = 'console'; const PORTABLE = 'portable';}