$query->offset()
Sets the offset for select clauses
$query->offset(int $offset = null): Kirby\Database\Query
Parameters
Name | Type | Default |
---|---|---|
$offset | int |
null |
Sets the offset for select clauses
$query->offset(int $offset = null): Kirby\Database\Query
Name | Type | Default |
---|---|---|
$offset | int |
null |