Beispiel #1
0
 /**
  * Method gets the mobile detection rules + utilities.
  * 
  * The reason this is separate is because utilities rules
  * don't necessary imply mobile. This method is used inside
  * the new $detect->is('stuff') method.
  *
  * @deprecated since version 2.6.9
  * @return array All the rules + extended.
  * @static 
  */
 public static function getMobileDetectionRulesExtended()
 {
     //Method inherited from \Mobile_Detect
     return \Jenssegers\Agent\Agent::getMobileDetectionRulesExtended();
 }