@@ -413,12 +413,18 @@ |
||
413 | 413 | ->getRoots(); |
414 | 414 | } |
415 | 415 | |
416 | + /** |
|
417 | + * @param integer $rootNodeId |
|
418 | + */ |
|
416 | 419 | public function isValid($rootNodeId) |
417 | 420 | { |
418 | 421 | return $this->_getValidator() |
419 | 422 | ->isValid($rootNodeId); |
420 | 423 | } |
421 | 424 | |
425 | + /** |
|
426 | + * @param integer $rootNodeId |
|
427 | + */ |
|
422 | 428 | public function rebuild($rootNodeId) |
423 | 429 | { |
424 | 430 | $this->_getValidator() |
@@ -363,6 +363,9 @@ |
||
363 | 363 | ->execute($binds); |
364 | 364 | } |
365 | 365 | |
366 | + /** |
|
367 | + * @param integer $scope |
|
368 | + */ |
|
366 | 369 | public function getRoots($scope=null) |
367 | 370 | { |
368 | 371 | $options = $this->getOptions(); |
@@ -363,6 +363,9 @@ |
||
363 | 363 | ->execute($binds); |
364 | 364 | } |
365 | 365 | |
366 | + /** |
|
367 | + * @param integer $scope |
|
368 | + */ |
|
366 | 369 | public function getRoots($scope=null) |
367 | 370 | { |
368 | 371 | $options = $this->getOptions(); |
@@ -61,7 +61,7 @@ |
||
61 | 61 | } |
62 | 62 | |
63 | 63 | /** |
64 | - * @return DbAdapter |
|
64 | + * @return Mockery\MockInterface |
|
65 | 65 | */ |
66 | 66 | private function getDbAdapterMock() |
67 | 67 | { |