Example #1
0
 /**
  * Defines if the device is a tablet
  *
  * @return boolean
  */
 protected function isTableDevice()
 {
     return \XLite\Core\Request::isTablet();
 }