$query->limit()
Sets the limit for select clauses
Parameters
Name | Type | Default |
---|---|---|
$limit | int |
null |
Return type
This method does not modify the existing $query
object but returns a new object with the changes applied. Learn more →