| Total Complexity | 2 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class ConsultaSelect |
||
| 9 | { |
||
| 10 | public function __construct(EjecutarConsultaSinDatos $ejecutarConsultaSinDatos, SentenciaSelect $sentenciaSelect) |
||
| 11 | { |
||
| 12 | $this->_ejecutar = $ejecutarConsultaSinDatos; |
||
|
|
|||
| 13 | $this->_sentencia = $sentenciaSelect; |
||
| 14 | } |
||
| 15 | |||
| 16 | public function obtener(): PDOStatement |
||
| 19 | } |
||
| 20 | } |