| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 2 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | 1 | public function child(string $childAlias, string $joinType = IQueryBuilder::JOIN_LEFT, string $parentAlias = '', string $customAlias = ''): AConnector |
|
| 20 | { |
||
| 21 | // @todo idea: how it will work |
||
| 22 | // - from the most far ones load records and filter them by other params |
||
| 23 | // - them continue back and compare already available join params defined for each pair |
||
| 24 | // - the foremost records will be only that which has been available by previously selected ones |
||
| 25 | // De facto do the full table engine inside the php |
||
| 26 | 1 | throw new MapperException('Cannot make relations over files!'); |
|
| 27 | } |
||
| 43 |