@@ -98,6 +98,7 @@ discard block |
||
| 98 | 98 | |
| 99 | 99 | /** |
| 100 | 100 | * Build a single dimension array with all nodes. |
| 101 | + * @param integer[] $cursor |
|
| 101 | 102 | */ |
| 102 | 103 | public function buildFeedFromCurrentState(?array $cursor = null, int $limit = 100, ?NodeInterface $node = null): array |
| 103 | 104 | { |
@@ -220,6 +221,7 @@ discard block |
||
| 220 | 221 | |
| 221 | 222 | /** |
| 222 | 223 | * Get delta feed with changes and cursor. |
| 224 | + * @param NodeInterface $node |
|
| 223 | 225 | */ |
| 224 | 226 | public function getDeltaFeed(?string $cursor = null, int $limit = 250, ?NodeInterface $node = null): array |
| 225 | 227 | { |
@@ -327,6 +329,7 @@ discard block |
||
| 327 | 329 | |
| 328 | 330 | /** |
| 329 | 331 | * Get event log. |
| 332 | + * @param NodeInterface $node |
|
| 330 | 333 | */ |
| 331 | 334 | public function getEventLog(int $limit = 100, int $skip = 0, ?NodeInterface $node = null, ?int &$total = null): Iterable |
| 332 | 335 | { |
@@ -575,6 +578,7 @@ discard block |
||
| 575 | 578 | |
| 576 | 579 | /** |
| 577 | 580 | * Get children with custom filter. |
| 581 | + * @param integer $limit |
|
| 578 | 582 | */ |
| 579 | 583 | protected function findNodeAttributesWithCustomFilter( |
| 580 | 584 | ?array $filter = null, |
@@ -1078,6 +1078,8 @@ |
||
| 1078 | 1078 | |
| 1079 | 1079 | /** |
| 1080 | 1080 | * Duplicate name with a uniqid within name. |
| 1081 | + * @param string $name |
|
| 1082 | + * @param string $class |
|
| 1081 | 1083 | */ |
| 1082 | 1084 | protected function getDuplicateName(?string $name = null, ?string $class = null): string |
| 1083 | 1085 | { |
@@ -73,7 +73,7 @@ |
||
| 73 | 73 | * @param string $class Force set node type |
| 74 | 74 | * @param bool $multiple Allow $id to be an array |
| 75 | 75 | * @param bool $allow_root Allow instance of root collection |
| 76 | - * @param bool $deleted How to handle deleted node |
|
| 76 | + * @param integer $deleted How to handle deleted node |
|
| 77 | 77 | */ |
| 78 | 78 | protected function _getNode( |
| 79 | 79 | ?string $id = null, |