Total Complexity | 7 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | class EloquentSituationProvider |
||
6 | { |
||
7 | 116 | public function getListener() |
|
10 | } |
||
11 | |||
12 | 116 | public function getSituationProvider() |
|
15 | } |
||
16 | |||
17 | 116 | public function getForgetKey() |
|
20 | } |
||
21 | |||
22 | 14 | public static function getForgetMethods() |
|
23 | { |
||
24 | 14 | return ['aboutFetching', 'aboutSaving', 'aboutModel', 'aboutDeleting', 'aboutCreating', 'aboutUpdating']; |
|
25 | } |
||
26 | |||
27 | 5 | public static function getForgetArgs($method, $args) |
|
35 | } |
||
36 | |||
37 | 116 | public function getMethods(): array |
|
45 | ]; |
||
46 | } |
||
48 |