Class Doctrine
Doctrine data source.
- Nette\Object
- Grido\DataSources\Doctrine implements Grido\DataSources\IDataSource
Namespace: Grido\DataSources
Package: Grido\DataSources
Author: Martin Jantosovic martin.jantosovic@freya.sk
Author: Petr Bugyík
Located at DataSources/Doctrine.php
Package: Grido\DataSources
Author: Martin Jantosovic martin.jantosovic@freya.sk
Author: Petr Bugyík
Located at DataSources/Doctrine.php
Methods summary
public
|
#
__construct( Doctrine\ORM\QueryBuilder $qb, array $filterMapping = NULL, array $sortMapping = NULL )
If $sortMapping is not set and $filterMapping is set, $filterMapping will be used also as $sortMapping. |
public
|
|
public
|
|
public
Doctrine\ORM\Query
|
|
public
Doctrine\ORM\QueryBuilder
|
|
public
array|null
|
|
public
array|null
|
|
protected
|
|
protected
string
|
|
public
integer
|
|
public
array
|
|
public
|
|
public
|
|
public
|
|
public
array
|
Magic methods summary
Properties summary
protected
Doctrine\ORM\QueryBuilder
|
$qb
|
|
protected
array
|
$filterMapping
Map column to the query builder |
|
protected
array
|
$sortMapping
Map column to the query builder |
|
protected
boolean
|
$useOutputWalkers
use OutputWalker in Doctrine Paginator |
|
protected
boolean
|
$fetchJoinCollection
fetch join collection in Doctrine Paginator |
#
TRUE
|
protected
array
|
$rand
|
Magic properties
public read-only
Doctrine\ORM\QueryBuilder
|
$qb
|
public read-only
array
|
$filterMapping
|
public read-only
array
|
$sortMapping
|
public read-only
integer
|
$count
|
public read-only
array
|
$data
|