Exemplo n.º 1
0
 /**
  * Method gets the mobile detection rules. This method is used for the magic methods $detect->is*().
  *
  * @deprecated since version 2.6.9
  * @return array All the rules (but not extended).
  * @static 
  */
 public static function getMobileDetectionRules()
 {
     //Method inherited from \Mobile_Detect
     return \Jenssegers\Agent\Agent::getMobileDetectionRules();
 }