Method to modify a query already in string format with the needed additions to make the query limited to a particular number of results, or start at a particular offset. This method is used automatically by the __toString() method if it detects that the query implements the JDatabaseQueryLimitable interface.
Signature
public function processLimit(string
$query,
[integer
$limit = 0,
[integer
$offset = 0]] )