abstract | |
|---|---|
readonly | |
extends |
Result |
Common shape for results that paginate via an opaque cursor. Subclasses add their own
payload field alongside the optional nextCursor.
| Methods | ||
|---|---|---|
public
|
__construct(?Cursor $nextCursor = null, MetaObject $meta = new MetaObject())
|
# |
public
|
toArray(): array
|
# |
public
|
jsonSerialize(): array
|
# |
| Methods inherited from Nexus\Mcp\Core\Schema\Result |
|---|
fromArray(), |
| Properties | |||
|---|---|---|---|
public
|
?Cursor
|
$nextCursor
|
# |
| Properties inherited from Nexus\Mcp\Core\Schema\Result |
|---|
$meta |