Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | trait DynamicAttributeTrait |
||
26 | { |
||
27 | |||
28 | public static function bootDynamicAttributeTrait() |
||
32 | }); |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * 动态单元 |
||
37 | * @return mixed |
||
38 | */ |
||
39 | public function customsAttributes() |
||
42 | } |
||
43 | |||
44 | /** |
||
45 | * 动态单元查询 |
||
46 | * @param mixed $query |
||
47 | * @param array $codes |
||
48 | * @return mixed |
||
49 | */ |
||
50 | public function scopeWithAttributeCodes($query, array $codes) |
||
62 |