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