$query->offset()
Sets the offset for select clauses
$query->offset(int $offset): Kirby\Database\Query
Parameters
| Name | Type | Default |
|---|---|---|
| $offsetrequired | int |
no default value |
Return type
This method modifies the existing $query object it is applied to and returns it again.