1 | <?php |
||
18 | class Woothee implements AdapterInterface |
||
19 | { |
||
20 | private $browser = []; |
||
21 | |||
22 | /** |
||
23 | * @param string $userAgent user agent string |
||
24 | */ |
||
25 | public function __construct($userAgent) |
||
30 | |||
31 | /** |
||
32 | * @return string |
||
33 | */ |
||
34 | public function getName() |
||
38 | |||
39 | /** |
||
40 | * @return int |
||
41 | */ |
||
42 | public function getVersion() |
||
47 | } |
||
48 |