| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | public function __construct |
||
| 14 | ( |
||
| 15 | AcontecimientoTraumaticoSevero $AcontecimientoTraumaticoSevero, |
||
| 16 | string $pregunta7, |
||
| 17 | string $pregunta8 |
||
| 18 | ) |
||
| 19 | { |
||
| 20 | $this->_acontecimientoTraumaticoSevero = $AcontecimientoTraumaticoSevero; |
||
| 21 | $this->_pregunta7 = $this->setPregunta($pregunta7); |
||
| 22 | $this->_pregunta8 = $this->setPregunta($pregunta8); |
||
| 23 | } |
||
| 87 | } |