Total Complexity | 1 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class DynamicAttributeService |
||
8 | { |
||
9 | |||
10 | /** |
||
11 | * 按自定义标识查询 |
||
12 | * |
||
13 | * @author Dennis Lui <[email protected]> |
||
14 | * @param SimpleService $service |
||
15 | * @param float $lat |
||
16 | * @param float $lng |
||
17 | * @param integer $maxDistance |
||
18 | * @param string $column |
||
19 | * @return SimpleService |
||
20 | */ |
||
21 | public function queryAttribute(SimpleService $service, array $parameters): SimpleService |
||
33 | } |
||
34 | } |