Total Complexity | 4 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
6 | class ValoresAInsertar |
||
7 | { |
||
8 | private array $_valoresAInsertar; |
||
9 | |||
10 | public function __construct(array $array) |
||
11 | { |
||
12 | $this->_valoresAInsertar = $this->setValoresAInsertar($array); |
||
13 | } |
||
14 | |||
15 | public function valoresAInsertar(): array |
||
18 | } |
||
19 | |||
20 | private function setValoresAInsertar(array $array): array |
||
28 | } |
||
29 | } |