| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 48 | public function __construct(array $data) |
||
| 49 | { |
||
| 50 | $this->code = intval($data['CODEREPONSE']); |
||
| 51 | $this->comment = $data['COMMENTAIRE']; |
||
| 52 | $this->site = $data['SITE']; |
||
| 53 | $this->rank = $data['RANG']; |
||
| 54 | $this->callNumber = intval($data['NUMAPPEL']); |
||
| 55 | $this->questionNumber = intval($data['NUMQUESTION']); |
||
| 56 | $this->transactionNumber = intval($data['NUMTRANS']); |
||
| 57 | } |
||
| 58 | |||
| 115 |