Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class ClassSuggestQuery extends AbstractSuggestQuery |
||
10 | { |
||
11 | |||
12 | /** |
||
13 | * @var string[][] |
||
14 | */ |
||
15 | private $entityConfig; |
||
16 | |||
17 | /** |
||
18 | * @param Client $client |
||
19 | * @param Schema $schema |
||
20 | * @param string[][] $entityConfig |
||
21 | */ |
||
22 | public function __construct(Client $client, Schema $schema, $entityConfig) |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @param Query $solrQuery |
||
30 | */ |
||
31 | protected function initDiscriminatorConditions(Query $solrQuery) |
||
38 | } |