| 1 | <?php |
||
| 17 | trait WhereTrait |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @param SelectQuery $query |
||
| 21 | * @param string $table Table name to be automatically inserted into where conditions at |
||
| 22 | * place of {@}. |
||
| 23 | * @param string $target Query target section (accepts: where, having, onWhere, on) |
||
| 24 | * @param array $where Where conditions in a form or short array form. |
||
| 25 | */ |
||
| 26 | private function setWhere( |
||
| 40 | } |