Beispiel #1
0
 /**
  * Retrieve the list of known utilities.
  *
  * @return array List of utilities.
  * @static 
  */
 public static function getUtilities()
 {
     //Method inherited from \Mobile_Detect
     return \Jenssegers\Agent\Agent::getUtilities();
 }