Class GroupedSelection
Representation of filtered table grouped by some column. GroupedSelection is based on the great library NotORM http://www.notorm.com written by Jakub Vrana.
- Nette\Database\Table\Selection implements Iterator, Nette\Database\Table\IRowContainer, ArrayAccess, Countable uses Nette\SmartObject
- Nette\Database\Table\GroupedSelection
public
|
#
__construct(
Creates filtered and grouped table representation. |
public
|
|
public
|
|
public
|
|
public
integer
|
|
public
integer
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
public
|
|
public
integer
|
|
public
integer
|
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset(),
extensionMethod(),
getReflection()
|
fetch()
|
protected
|
$refTable
referenced table |
|
protected
mixed
|
$refCacheCurrent
current assigned referencing array |
|
protected
string
|
$column
grouping column name |
|
protected
integer
|
$active
primary key |
$accessedColumns,
$aggregation,
$cache,
$context,
$conventions,
$data,
$dataRefreshed,
$generalCacheKey,
$globalRefCache,
$keys,
$name,
$observeCache,
$previousAccessedColumns,
$primary,
$primarySequence,
$refCache,
$rows,
$specificCacheKey,
$sqlBuilder
|