Interface CriterionInterface
An interface common to Criteria.
Direct known implementers
Indirect known implementers
Methods summary
public
|
#
parse_query_string(
Parses the query string and marks words matched by the criterion. |
public
|
|
public
|
#
alter_conditions( array & $conditions, array $modifiers )
Alters the conditions according to the specified modifiers. |
public
ICanBoogie\ActiveRecord\Query
|
|
public
ICanBoogie\ActiveRecord\Query
|
#
alter_query_with_value( ICanBoogie\ActiveRecord\Query $query, mixed $value )
Alters the query according to the value specified. |
public
ICanBoogie\ActiveRecord\Query
|
#
alter_query_with_order( ICanBoogie\ActiveRecord\Query $query, integer $order_direction )
Alters the ORDER clause of the query according to the column identifier and the order direction. |
public
ICanBoogie\ActiveRecord[]
|