@@ -64,6 +64,9 @@ |
||
| 64 | 64 | $this->setJoinsForType('outerJoin'); |
| 65 | 65 | } |
| 66 | 66 | |
| 67 | + /** |
|
| 68 | + * @param string $joinType |
|
| 69 | + */ |
|
| 67 | 70 | private function setJoinsForType($joinType) |
| 68 | 71 | { |
| 69 | 72 | if (is_null($this->{$joinType})) { |