1 | <?php |
||
23 | class FileOfIdQueryBuilder extends QueryBuilder |
||
24 | { |
||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | public function register($file) |
||
44 | |||
45 | /** |
||
46 | * {@inheritdoc} |
||
47 | */ |
||
48 | protected function definitionName($file) |
||
52 | |||
53 | /** |
||
54 | * {@inheritdoc} |
||
55 | */ |
||
56 | protected function aliasDefinitionName($file) |
||
60 | } |
||
61 |