예제 #1
0
파일: _ide_helper.php 프로젝트: Quiss/Twiga
 /**
  * Alias for getBrowsers() method.
  *
  * @return array List of user agents.
  * @static 
  */
 public static function getUserAgents()
 {
     //Method inherited from \Mobile_Detect
     return \Jenssegers\Agent\Agent::getUserAgents();
 }