Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class SentenciaSelectOrdenYLimite |
||
8 | { |
||
9 | private $_donde; |
||
10 | private $_ordenYLimite; |
||
11 | |||
12 | public function __construct(CamposYTabla $Donde, OrdenYLimite $OrdenYLimite) |
||
13 | { |
||
14 | $this->_donde = $Donde; |
||
15 | $this->_ordenYLimite = $OrdenYLimite; |
||
16 | } |
||
17 | |||
18 | public function sql(): string |
||
21 | } |
||
22 | } |