public array getParams () Returns all the parameters defined in the criteria
public join (mixed $model, [mixed $conditions], [mixed $alias], [mixed $type]) Adds an
public addWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) Appends a condition
public leftJoin (mixed $model, [mixed $conditions], [mixed $alias]) Adds a LEFT join to the query
public innerJoin (mixed $model, [mixed $conditions], [mixed $alias]) Adds an INNER join to the query
public andWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) Appends a condition
public rightJoin (mixed $model, [mixed $conditions], [mixed $alias]) Adds a RIGHT join to the query
public getGroupBy () Returns the group clause in the criteria
public bindTypes (array $bindTypes) Sets the bind types in the criteria This method replaces all previously set bound
public getWhere () Returns the conditions parameter in the criteria
Page 1 of 4