| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | 1 | protected function _prepare_qbs(string $classname) |
|
| 13 | { |
||
| 14 | 1 | $this->_midcom_qb = new midgard_query_builder($classname); |
|
| 15 | // Make another QB for counting, we need to do this to avoid trouble with core internal references system |
||
| 16 | 1 | $this->_midcom_qb_count = new midgard_query_builder($classname); |
|
| 17 | 1 | } |
|
| 30 |