| 1 | <?php |
||
| 10 | class DoctrineORM extends AbstractSqlTarget |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @inheritDoc |
||
| 14 | */ |
||
| 15 | public function supports($target, $mode) |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @inheritDoc |
||
| 22 | */ |
||
| 23 | public function createCompilationContext($target) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @inheritDoc |
||
| 37 | */ |
||
| 38 | protected function createVisitor(Context $context) |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @inheritDoc |
||
| 45 | */ |
||
| 46 | protected function getExecutorTraits() |
||
| 53 | } |
||
| 54 |