| 1 | <?php |
||
| 13 | class DoctrineORMVisitor extends GenericSqlVisitor |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var DoctrineAutoJoin |
||
| 17 | */ |
||
| 18 | private $autoJoin; |
||
| 19 | |||
| 20 | public function __construct(Context $context, OperatorsDefinitions $operators, $allowStarOperator = true) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @inheritDoc |
||
| 29 | */ |
||
| 30 | public function getCompilationData() |
||
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritDoc} |
||
| 39 | */ |
||
| 40 | public function visitAccess(AST\Bag\Context $element, &$handle = null, $eldnah = null) |
||
| 44 | |||
| 45 | /** |
||
| 46 | * {@inheritDoc} |
||
| 47 | */ |
||
| 48 | public function visitParameter(Model\Parameter $element, &$handle = null, $eldnah = null) |
||
| 53 | |||
| 54 | private function getRootAlias() |
||
| 58 | } |
||
| 59 |