public execute () Executes a find using the parameters built with the criteria
public getOrderBy () Returns the order clause in the criteria
public getDI () Returns the DependencyInjector container
public getConditions () Returns the conditions parameter in the criteria
public where (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) Sets the conditions parameter
public cache (array $cache) Sets the cache options in the criteria This method replaces all previously set cache options
public orWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) Appends a condition
public betweenWhere (mixed $expr, mixed $minimum, mixed $maximum) Appends a BETWEEN condition to
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
Page 2 of 4