Class RecordCollection
A collection of records fetched by a ICanBoogie\Facets\Fetcher
instance.
- ICanBoogie\Facets\RecordCollection implements IteratorAggregate, Countable uses ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
protected
|
|
protected
ICanBoogie\ActiveRecord
|
|
protected
integer
|
|
public
|
|
public
|
|
public
ArrayIterator
|
|
public
|
Properties summary
Magic properties
public read-only
|
$fetcher
|
public read-only
array
|
$conditions
The conditions used to fetch the records. |
public read-only
integer
|
$limit
The maximum number of records. |
public read-only
integer
|
$page
The current page. |
public read-only
integer
|
$total_count
The number of records matching the query, without range limitation. |
public read-only
ICanBoogie\ActiveRecord\Query
|
$initial_query
|
public read-only
ICanBoogie\ActiveRecord\Query
|
$query
|
public read-only
ICanBoogie\ActiveRecord
|
$one
The first record in the collection. |