Файл: vendor/whichbrowser/parser/src/Constants/DeviceType.php
Строк: 36
<?php
namespace WhichBrowserConstants;
class DeviceType
{
const DESKTOP = 'desktop';
const MOBILE = 'mobile';
const PDA = 'pda';
const DECT = 'dect';
const TABLET = 'tablet';
const GAMING = 'gaming';
const EREADER = 'ereader';
const MEDIA = 'media';
const HEADSET = 'headset';
const WATCH = 'watch';
const EMULATOR = 'emulator';
const TELEVISION = 'television';
const MONITOR = 'monitor';
const CAMERA = 'camera';
const PRINTER = 'printer';
const SIGNAGE = 'signage';
const WHITEBOARD = 'whiteboard';
const DEVBOARD = 'devboard';
const INFLIGHT = 'inflight';
const APPLIANCE = 'appliance';
const GPS = 'gps';
const CAR = 'car';
const POS = 'pos';
const BOT = 'bot';
const PROJECTOR = 'projector';
}