| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 27 | public function TrackConnection() { |
||
| 28 | // use the email address here |
||
| 29 | self::$user = Request::GetUserIdentifier(); |
||
| 30 | |||
| 31 | $connectiontracking = ["starttime" => self::$start, "pid" => self::$pid, "command" => Request::GetCommand()]; |
||
| 32 | |||
| 33 | return $this->setDeviceUserData($this->type, $connectiontracking, self::$devid, self::$user, $subkey = -1, $doCas = "replace"); |
||
| 34 | } |
||
| 36 |