Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
27 | public function __construct() |
||
28 | { |
||
29 | $this->session = new AnalyticSession(); |
||
30 | $this->location = new AnalyticLocation(); |
||
31 | $this->referrer = new AnalyticReferrer(); |
||
32 | $this->device = new AnalyticDevice(); |
||
33 | $this->os = new AnalyticOs(); |
||
34 | $this->client = new AnalyticClient(); |
||
35 | } |
||
37 |