@@ -98,6 +98,7 @@ discard block |
||
| 98 | 98 | |
| 99 | 99 | /** |
| 100 | 100 | * @inheritdoc |
| 101 | + * @param string $selectOption |
|
| 101 | 102 | */ |
| 102 | 103 | public function buildSelect($columns, &$params, $distinct = false, $selectOption = null) |
| 103 | 104 | { |
@@ -147,6 +148,9 @@ discard block |
||
| 147 | 148 | |
| 148 | 149 | /** |
| 149 | 150 | * @inheritdoc |
| 151 | + * @param string $sql |
|
| 152 | + * @param integer $limit |
|
| 153 | + * @param integer $offset |
|
| 150 | 154 | */ |
| 151 | 155 | public function buildOrderByAndLimit($sql, $orderBy, $limit, $offset) |
| 152 | 156 | { |