コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Quiss/Twiga
 /**
  * Retrieve the list of known browsers. Specifically, the user agents.
  *
  * @return array List of browsers / user agents.
  * @static 
  */
 public static function getBrowsers()
 {
     //Method inherited from \Mobile_Detect
     return \Jenssegers\Agent\Agent::getBrowsers();
 }