@@ -52,6 +52,12 @@ |
||
52 | 52 | return $this; |
53 | 53 | } |
54 | 54 | |
55 | + /** |
|
56 | + * @param string $logicalOp |
|
57 | + * @param callable $name |
|
58 | + * @param string $operator |
|
59 | + * @param string $value |
|
60 | + */ |
|
55 | 61 | protected function addWhereQuery($logicalOp, $name, $operator = null, $value = null) |
56 | 62 | { |
57 | 63 | if ($name instanceof ExpressionInterface) { |