Total Complexity | 3 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class ServerSearch extends Server |
||
18 | { |
||
19 | use SearchModelTrait { |
||
20 | searchAttributes as defaultSearchAttributes; |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | public function searchAttributes() |
||
37 | ]); |
||
38 | } |
||
39 | |||
40 | public function attributeLabels() |
||
46 | ]); |
||
47 | } |
||
48 | |||
49 | public function getTypeOfSaleOptions(): array |
||
58 |