Skip to content

PagingMetadata

André Matthies edited this page Feb 6, 2025 · 1 revision

PagingMetadata

  • Full name: \Seven\Api\Library\PagingMetadata

Properties

count

protected int $count

hasMore

protected bool $hasMore

limit

protected int $limit

offset

protected int $offset

Methods

__construct

public __construct(object $data): mixed

Parameters:

Parameter Type Description
$data object

getCount

public getCount(): int

isHasMore

public isHasMore(): bool

getLimit

public getLimit(): int

getOffset

public getOffset(): int


Automatically generated on 2025-02-06

Clone this wiki locally