| Total Complexity | 7 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | trait TMultiple |
||
| 16 | { |
||
| 17 | protected ?IFilterFactory $filterFactory = null; |
||
| 18 | |||
| 19 | 6 | public function addFilterFactory(?IFilterFactory $factory): void |
|
| 22 | 6 | } |
|
| 23 | |||
| 24 | /** |
||
| 25 | * @param string $colName |
||
| 26 | * @param array<string|mixed> $value |
||
| 27 | * @throws ConnectException |
||
| 28 | * @return $this |
||
| 29 | * @codeCoverageIgnore because need data somewhere in storage |
||
| 30 | */ |
||
| 31 | 3 | public function setFiltering(string $colName, $value) |
|
| 44 | } |
||
| 45 | |||
| 46 | 3 | protected function getDataSourceName(): string |
|
| 51 |