getDetectionRulesExtended() public method

Get all detection rules. These rules include the additional platforms and browsers.
public getDetectionRulesExtended ( ) : array
return array
Ejemplo n.º 1
0
 /**
  * Get all detection rules. These rules include the additional
  * platforms and browsers.
  *
  * @return array 
  * @static 
  */
 public static function getDetectionRulesExtended()
 {
     return \Jenssegers\Agent\Agent::getDetectionRulesExtended();
 }