- Patch #1164548 by droplet: correct SelectQuery::range doc.

8.0.x
Dries Buytaert 2011-05-28 09:38:42 -04:00
parent c15dc6cbee
commit ba9bcb2c7c
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ interface SelectQueryInterface extends QueryConditionInterface, QueryAlterableIn
* @param $start
* The first record from the result set to return. If NULL, removes any
* range directives that are set.
* @param $limit
* @param $length
* The number of records to return from the result set.
* @return SelectQueryInterface
* The called object.