@@ -362,6 +362,7 @@ discard block |
||
| 362 | 362 | |
| 363 | 363 | /** |
| 364 | 364 | * Find nodes with custom filters. |
| 365 | + * @param integer $offset |
|
| 365 | 366 | */ |
| 366 | 367 | public function findNodesByFilter(array $filter, ?int $offset = null, ?int $limit = null): Generator |
| 367 | 368 | { |
@@ -551,6 +552,8 @@ discard block |
||
| 551 | 552 | |
| 552 | 553 | /** |
| 553 | 554 | * Get custom filtered children. |
| 555 | + * @param integer $offset |
|
| 556 | + * @param integer $limit |
|
| 554 | 557 | */ |
| 555 | 558 | public function findNodesByFilterUser(int $deleted, array $filter, ?int $offset = null, ?int $limit = null): Generator |
| 556 | 559 | { |