Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | public function __construct |
||
14 | ( |
||
15 | UnidadDeValorInterface $UnidadDeValorInterface1, |
||
16 | UnidadDeValorInterface $UnidadDeValorInterface2, |
||
17 | UnidadDeValorInterface $UnidadDeValorInterface3 |
||
18 | ) |
||
19 | { |
||
20 | $this->_primerValor = $UnidadDeValorInterface1; |
||
21 | $this->_segundoValor = $UnidadDeValorInterface2; |
||
22 | $this->_tercerValor = $UnidadDeValorInterface3; |
||
23 | } |
||
34 | } |