Exemplo n.º 1
0
 /**
  * Retrieve the list of known tablet devices.
  *
  * @return array List of tablet devices.
  * @static 
  */
 public static function getTabletDevices()
 {
     //Method inherited from \Mobile_Detect
     return \Jenssegers\Agent\Agent::getTabletDevices();
 }