public where (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) Sets the conditions parameter
public getConditions () Returns the conditions parameter in the criteria
public getOrderBy () Returns the order clause in the criteria
public execute () Executes a find using the parameters built with the criteria
public getDI () Returns the DependencyInjector container
public forUpdate ([mixed $forUpdate]) Adds the “for_update” parameter to the criteria
public orWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) Appends a condition
public setModelName (mixed $modelName) Set a model on which the query will be executed
public cache (array $cache) Sets the cache options in the criteria This method replaces all previously set cache options
public bind (array $bindParams, [mixed $merge]) Sets the bound parameters in the criteria This method replaces
Page 2 of 4