예제 #1
0
파일: _ide_helper.php 프로젝트: Quiss/Twiga
 /**
  * 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();
 }