@@ -161,6 +161,9 @@ discard block |
||
| 161 | 161 | $dbAdapter->update($options->getTableName(), $bind, $where); |
| 162 | 162 | } |
| 163 | 163 | |
| 164 | + /** |
|
| 165 | + * @param integer $scope |
|
| 166 | + */ |
|
| 164 | 167 | public function getRoots($scope=null) |
| 165 | 168 | { |
| 166 | 169 | $options = $this->getOptions(); |
@@ -469,6 +472,11 @@ discard block |
||
| 469 | 472 | } |
| 470 | 473 | } |
| 471 | 474 | |
| 475 | + /** |
|
| 476 | + * @param string $column |
|
| 477 | + * @param integer $first |
|
| 478 | + * @param integer $second |
|
| 479 | + */ |
|
| 472 | 480 | protected function getWhereBetween($column, $first, $second) |
| 473 | 481 | { |
| 474 | 482 | $dbAdapter = $this->getDbAdapter(); |