| 1 | <?php |
||
| 10 | class DoctrineQuery extends AbstractDatabaseQuery |
||
| 11 | { |
||
| 12 | 3 | public function __construct(QueryBuilder $dataSource) |
|
| 16 | |||
| 17 | /** |
||
| 18 | * @return QueryBuilder |
||
| 19 | * @throws Exception |
||
| 20 | */ |
||
| 21 | 2 | public function getDoctrineQuery() |
|
| 25 | /** |
||
| 26 | * @return string |
||
| 27 | * @throws Exception |
||
| 28 | */ |
||
| 29 | 1 | public function getSQL() |
|
| 33 | |||
| 34 | /** |
||
| 35 | * @return int |
||
| 36 | */ |
||
| 37 | 1 | protected function getCountInternal() |
|
| 45 | |||
| 46 | 3 | protected function getHandlerFactory() |
|
| 50 | } |
||
| 51 |