| 1 | <?php |
||
| 11 | class DoctrineQueryReader extends DoctrineReader |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var Query |
||
| 15 | */ |
||
| 16 | private $query; |
||
| 17 | |||
| 18 | 1 | public function __construct(Query $query) |
|
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | public function getFields() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritdoc} |
||
| 38 | */ |
||
| 39 | 1 | public function rewind() |
|
| 47 | |||
| 48 | /** |
||
| 49 | * {@inheritdoc} |
||
| 50 | */ |
||
| 51 | 1 | public function count() |
|
| 58 | } |
||
| 59 |