$query->offset()
Sets the offset for select clauses
$query->offset(int $offset): Kirby\Database\Query
Parameters
| Name | Type | Default |
|---|---|---|
| $offset * | int |
– |
Return type
This method does not modify the existing $query object but returns a new object with the changes applied. Learn more →