Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Desktop.php
Go to the documentation of this file.
1 <?php
22 #require_once 'Zend/Http/UserAgent/AbstractDevice.php';
23 
33 {
34 
42  public static function match($userAgent, $server)
43  {
44  return true;
45  }
46 
52  public function getType()
53  {
54  return 'desktop';
55  }
56 }
static match($userAgent, $server)
Definition: Desktop.php:42