| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 58 | public function __construct(array $data) |
||
| 59 | { |
||
| 60 | $this->sessionId = $data['sessionId']; |
||
| 61 | $this->timestamp = $data['timestamp']; |
||
| 62 | $this->startTime = $data['startTime']; |
||
| 63 | $this->duration = $data['duration']; |
||
| 64 | $this->reason = $data['reason']; |
||
| 65 | $this->event = $data['event']; |
||
| 66 | } |
||
| 67 | } |