-
Notifications
You must be signed in to change notification settings - Fork 3
PagingMetadata
André Matthies edited this page Feb 6, 2025
·
1 revision
- Full name:
\Seven\Api\Library\PagingMetadata
protected int $count
protected bool $hasMore
protected int $limit
protected int $offset
public __construct(object $data): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$data |
object |
public getCount(): int
public isHasMore(): bool
public getLimit(): int
public getOffset(): int
Automatically generated on 2025-02-06