Interface FetcherInterface
Interface for an active record fetcher that supports external conditions.
Direct known implementers
Methods summary
public
|
#
alter_criterion_list(
Alter the |
public
array
|
#
alter_conditions( array & $conditions, array $modifiers )
Alter the conditions with the specified modifiers. |
public
|
|
public
ICanBoogie\ActiveRecord\Query
|
|
public
ICanBoogie\ActiveRecord\Query
|
#
alter_query_with_conditions( ICanBoogie\ActiveRecord\Query $query, array $conditions )
Alter the query with conditions. |
public
ICanBoogie\ActiveRecord\Query
|
#
alter_query_with_order( ICanBoogie\ActiveRecord\Query $query, string $criterion_id, integer $order_direction = 1 )
Alter the query with an order. |
public
integer
|
#
count_records( ICanBoogie\ActiveRecord\Query $query )
Counts the number of records that are matching the query. |
public
ICanBoogie\ActiveRecord\Query
|
#
alter_query_with_limit( ICanBoogie\ActiveRecord\Query $query, integer $offset, integer $limit )
Alter the query with an offset and limit. |
public
array
|
|
public
|