@@ -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() |