public int | array | null getLimit () Returns the limit parameter in the criteria, which will be
public limit (mixed $limit, [mixed $offset]) Adds the limit parameter to the criteria
public getModelName () Returns an internal model name on which the criteria will be applied
public betweenWhere (mixed $expr, mixed $minimum, mixed $maximum) Appends a BETWEEN condition to
public distinct (mixed $distinct) Sets SELECT DISTINCT / SELECT ALL flag
public Phalcon\Mvc\Model\Criteria columns
public string | array | null getColumns () Returns the columns to be queried
public groupBy (mixed $group) Adds the group-by clause to the criteria
public getHaving () Returns the having clause in the criteria
public order (mixed $orderColumns) Adds the order-by parameter to the criteria (deprecated)
Page 3 of 4