UAgent.php 249 B

12345678910111213
  1. <?php
  2. namespace Qii\Library;
  3. _require(Qii_DIR . "/Library/Third/WhichBrowser/Parser.php");
  4. class UAgent extends \WhichBrowser\Parser
  5. {
  6. public function __construct($headers = null, $options = [])
  7. {
  8. parent::__construct($headers, $options);
  9. }
  10. }